-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (80 loc) · 1.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#header{
background-color: #c0e6f0
}
#background{
background-color: #52B2BF;
}
#hr-one{
position:absolute;
bottom: 10px;
height:10px;
color:black;
}
#name{
text-align: center;
position: absolute;
bottom: 150px;
right: 200px;
font-size: 60px;
font-family: Abel, sans-serif;
}
#position{
font-size: 35px;
}
#footer{
color: grey;
font-size: 20px;
position: absolute;
left: 600px;
padding: 2px;
}
.nav-bar{
position: fixed;
width: 100%;
background-color: white;
display: flex;
grid-template-columns: 300px 1fr;
z-index: 1;
top: 0;
left: 0;
padding-top: 5px;
padding-bottom: 5px;
font-size:30px;
text-decoration: none;
margin:auto;
}
.navbar a{
float: left;
display: block;
text-align:center;
padding: 15px 16px;
text-decoration:none;
}
#video{
border:solid;
border-width: 5px;
border-radius: 2%;
left: 20px;
}
#tform{
font-size: 24px;
padding:0px;
bottom-margin: 0px;
}
.form-element{
font-size: 20px;
font-family: monospace;
color: #333333;
}
#full-form{
position: absolute;
left: 40px;
right: 700px;
top: 700px;
background-color: rgb(214, 237, 240);
}
@media (max-height: 800px){
p {
font-size: 20px;
}
}