-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
63 lines (55 loc) · 1.14 KB
/
style.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
html {
background: #000 url(https://cdn.hipwallpaper.com/i/12/20/tIsmQo.gif) no-repeat right bottom;
background-size: 100%;
}
div {
align
display: inline-block;
padding: 8px;
border: 3px solid #FCB326;
border-radius: 6px;
box-shadow:
0 2px 1px rgba(0, 0, 0, 0.2),
inset 0 2px 1px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-family: "Comic Sans MS";
font-size: 14px;
color: #222;
background-color: #659DBD;
opacity: 0.95;
margin: 4px;
}
div:hover {
border-color: #FDD68B
}
div:active {
border-color: #FEE8BD
}
div2 {
align
display: inline-block;
padding-bottom: 117px;
border: 3px solid #FCB326;
border-radius: 6px;
box-shadow:
0 2px 1px rgba(0, 0, 0, 0.2),
inset 0 2px 1px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-family: "Comic Sans MS";
font-size: 14px;
color: #222;
background-color: #659DBD;
opacity: 0.95;
margin: 4px;
}
div2:hover {
border-color: #FDD68B
}
div2:active {
border-color: #FEE8BD
}
container {
display: flex;
flex-direction: row;
justify-content: space-between;
}