-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardsharks.css
92 lines (91 loc) · 2.38 KB
/
cardsharks.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
body {
font-family: "Varela Round", sans-serif;
background-color: #29335C;
color: #F3A712;
text-align: center;
margin: 0;
padding: 0;
height: 622px; }
body header {
width: 100%;
background-color: #F3A712;
color: #29335C; }
body header h1 {
margin-bottom: 0; }
body header p {
font-size: .75em;
margin-top: 0; }
body .border {
background-color: #E4572E;
margin: auto;
width: 900px;
padding: 1.5%;
border-radius: 25px; }
body .border main {
display: flex;
margin: auto;
background-color: #A8C686;
border: 1px solid #A8C686;
border-radius: 25px; }
body .border main figure:first-child {
margin: 1.8% 0 1.8% 5%;
position: static;
padding: 0; }
body .border main figure:nth-child(2) {
position: absolute;
left: 408px;
padding: 0; }
body .border main figure:nth-child(3) {
position: absolute;
left: 550px;
padding: 0; }
body .border main figure:nth-child(4) {
position: absolute;
left: 700px;
padding: 0; }
body .border main figure:nth-child(5) {
position: absolute;
left: 845px;
padding: 0; }
body .border main figure img {
border-radius: 13px; }
body .border main figure figcaption {
width: 100%;
margin: 2%;
border-radius: 5px;
background-color: #A8C686;
color: #29335C; }
body .buttons {
background-color: #F3A712;
color: #29335C;
display: flex;
justify-content: center; }
body .buttons button {
margin: 1% 2%;
padding: 20px;
border-radius: 15px;
border: 10px solid #E4572E;
background-color: #29335C;
color: #F3A712;
font-family: "Varela Round", sans-serif;
font-size: 1.5em;
font-weight: bold; }
body .buttons button:hover {
margin: 1% 2%;
padding: 20px;
border-radius: 15px;
border: 10px solid #29335C;
background-color: #E4572E;
color: #29335C;
font-family: "Varela Round", sans-serif;
font-size: 1.5em;
font-weight: bold; }
body .buttons p {
padding-top: 40px; }
body h3 {
margin: 1%; }
body footer a {
text-decoration: none;
color: #F3A712; }
/*# sourceMappingURL=cardsharks.css.map */