-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
73 lines (59 loc) · 1.39 KB
/
index.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
body{
margin: 0px;
padding: 0px;
background-image: url(https://images.pexels.com/photos/7516363/pexels-photo-7516363.jpeg?cs=srgb&dl=p);
background-size: cover;
background-repeat: no-repeat;
top: 0px;
left: 0px;
}
/* heading */
.nav {
color: rgb(231, 230, 226);
/* background-color: rgb(255, 255, 255);
border: 2px solid red;
border-radius: 10px;
padding: 10px;*/
}
/* targeting our main box */
h1{
text-align: center;
font-size: 50px;
}
.container{
display: flex;
align-items: center;
justify-content: center;
margin: 352px;
flex-direction: row;
}
#container1{
display: flex;
height: 78px;
width: 172px;
/* background-color: white;*/
justify-content: center;
align-items: center;
margin: 20px;
/* box-shadow: 2px 4px 2px 2px rgb(241, 157, 241);*/
}
#container2{
display: flex;
height: 78px;
width: 172px;
/*background-color: white;*/
justify-content: center;
align-items: center;
margin: 20px;
/* box-shadow: 2px 4px 2px 2px rgb(241, 157, 241);*/
};
#container3{
display: flex;
height: 78px;
width: 172px;
background-color:white;
justify-content: center;
align-items: center;
margin: 20px;
/* box-shadow: 2px 4px 2px 2px rgb(241, 157, 241);*/
};