-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (64 loc) · 974 Bytes
/
Copy pathstyle.css
File metadata and controls
65 lines (64 loc) · 974 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
body {
background: #eef4f7;
color: #4d4f50;
font-family: Google Sans;
}
header{
background: #6ddec6;
display: flex;
color: white;
margin:-10px;
}
a {
color: white;
}
button {
background: #6ddec6;
color: white;
height: 40px;
width: 300px;
border: 0px;
border-radius: 10px;
}
section {
background: white;
border-radius: 10px;
width: 1200px;
}
h1 {
font-size: 50px;
}
.beside {
display: flex;
margin: 30px;
}
.space {
height: 10px;
width: 10px;
}
#sidebar {
background: #6ddec6;
color: white;
width: 400px;
text-align: center;
}
.blogImage {
height: 200px;
border-radius: 10px;
}
.snsIcon {
height: 40px;
}
.center {
text-align: center;
}
footer {
background: #4d4f50;
color: white;
margin: -10px;
height: 215px;
}
video {
height: 400px;
border-radius: 10px;
}