-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.scss
More file actions
47 lines (43 loc) · 833 Bytes
/
style.scss
File metadata and controls
47 lines (43 loc) · 833 Bytes
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
body {
padding: 2rem;
display: flex;
justify-content: center;
background: #87CEEB;
}
.container {
display: inline-flexbox;
justify-content: center;
text-align: center;
border: 5px solid #4ACC99;
color: white;
height: 800px;
width: 700px;
}
.container2 {
display: inline-flexbox;
justify-content: center;
text-align: left;
font-size: 1.3rem;
padding: 20px;
img {
width: 250px;
height: 350px;
float: right;
padding: 0 20px 20px 0;
}
}
a {
color: #4ACC99;
}
ul {
padding: 0 4px 0 0;
}
li {
display: inline-flex;
justify-content: center;
text-align: center;
list-style-type: none;
padding-right: 4px;
border-right: 2px solid black;
height: 15px;
}