-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (68 loc) · 1.13 KB
/
Copy pathstyle.css
File metadata and controls
72 lines (68 loc) · 1.13 KB
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
body{
background-color: #00ffee;
}
header{
display: flex;
background-color: #ff0015;
}
h1{
flex: 1;
text-align: center;
margin-left: 350px;
}
h1:hover{
color: blue;
}
h4{
padding: 20px;
}
#nav-bar{
flex: 1;
text-align: right;
margin-top: 30px;
margin-right: 20px;
font-size: 18px;
letter-spacing: 5px;
}
#logo{
float: left;
width: 90px;
margin-left: 0px;
}
.img-tab{
margin-top: 60px;
width: 400px;
height: 500px;
margin-left: 1em;
}
figcaption{
color: #040272e5;
text-align-last: center;
margin-bottom: 5em;
}
marquee{
color: darkblue;
margin-top: 30px;
font-size: 25px;
}
article:first-child{
background-color: #b34ab1;
margin-top: 20px;
color: #ffffff;
padding: 30px;
}
article:nth-child(2){
background-color: #18fc1c;
padding: 30px;
}
article:last-child{
background-color: #f0a421;
padding: 30px;
}
footer{
background-color: black;
color: #ffffff;
text-align: right;
margin-right: 20px;
padding: 20px;
}