-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
54 lines (39 loc) · 766 Bytes
/
Copy pathindex.css
File metadata and controls
54 lines (39 loc) · 766 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
body{
background-image: url("https://images.pexels.com/photos/33545/sunrise-phu-quoc-island-ocean.jpg?cs=srgb&dl=pexels-pixabay-33545.jpg&fm=jpg");
background-size: cover;
height: 100vh;
background-position: center;
}
header{
height:20vh;
}
main{
height:3vh;
}
article{
height: 77vh;
}
#nav
{
padding: 1rem;
display: flex;
justify-content: center;
border: 2px black solid;
}
#content
{
border: 2px black solid;
padding: 1rem;
display: flex;
justify-content: center;
}
#resultdiv
{
border: 2px black solid;
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: aliceblue;
}