-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_myportfolio.css
64 lines (64 loc) · 1.07 KB
/
style_myportfolio.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
64
*{
box-sizing: border-box;
}
body{
font-family: 'Times New Roman', Times, serif;
font-size: medium;
margin: 0px;
}
header h1{
text-align: center;
color: rgb(242, 245, 240);
font-size: 40px;
font-weight: bold;
}
header{
padding: 30px;
background-color: rgb(25, 190, 149);
}
nav{
background-color: rgb(228, 228, 236);
overflow: hidden;
padding: 10px;
}
nav a{
color: rgb(1, 5, 27);
text-decoration: none;
font-size: 15px;
padding: 50px;
font-weight: bold;
}
main{
background-color:white;
text-align: center;
}
h2{
color: rgb(1, 5, 27);
padding: 50px;
font-size: 30px;
font-weight: bold;
}
section:nth-child(even){
background-color: rgb(228, 228, 236);
}
section{
min-height: 60vh;
}
video{
padding: 10px;
}
p{
text-align: center;
font-size: 15px;
font-weight: bold;
color: rgb(1, 5, 27);
margin: 40px;
}
h3{
color: rgb(6, 126, 96);
font-weight: bolder;
font-size: 20px;
}
img{
padding: 10px;
}