-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (56 loc) · 1.1 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
body {
padding: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #87CEEB;
}
.container {
display: inline-flexbox;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
border: 5px solid #4ACC99;
color: white;
height: 800px;
width: 700px;
}
.container2 {
display: inline-flexbox;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: left;
font-size: 1.3rem;
padding: 20px;
}
.container2 img {
width: 250px;
height: 350px;
float: right;
padding: 0 20px 20px 0;
}
a {
color: #4ACC99;
}
ul {
padding: 0 4px 0 0;
}
li {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
list-style-type: none;
padding-right: 4px;
border-right: 2px solid black;
height: 15px;
}
/*# sourceMappingURL=style.css.map */