-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
117 lines (99 loc) · 1.42 KB
/
style.css
File metadata and controls
117 lines (99 loc) · 1.42 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.html {
font-size: 1rem
}
.h1 {
font-size: 4rem;
text-align: center;
}
.h2 {
font-size: 3rem;
}
.content {
font-size:1.5rem;
padding: 10px;
}
nav-bar {
margin-top: 10px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 50px;
}
#header {
border: 10px;
}
#header-img {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 400px;
height: auto;
display: block;
}
.image-right {
float: right;
max-width: 300px;
max-height: 400px;
}
.image-left {
float: left;
max-width: 300px;
max-height: 400px;
}
#nav-bar {
margin-left: auto;
display: block;
max-width: 100%;
width: 300px;
position: fixed;
top: 0;
left: 0;
right: 0;
font-size: 1.5rem;
}
#form {
display: block;
margin-left: auto;
margin-right: auto;
}
.form {
display: block;
margin-left: auto;
margin-right: auto;
}
#email {
color: brown;
display: block;
margin-left: auto;
margin-right: auto;
}
#submit {
color: blue;
}
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
.flex-container {
display: flex;
flex-direction: row;
font-size: 1.5rem;
}
#video {
width: 100%;
height: 100%;
max-width: 400px;
max-height: 300px;
display: block;
margin-left: auto;
margin-right: auto;
}
.article {
text-align: center;
}
.body {
background-color: cyan;
}