-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
112 lines (112 loc) · 1.95 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
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
@import url('href="//fonts.googleapis.com/css?family=Arvo');
*{
font-family: Arvo;
}
/* top code snippet */
.top{
background: #1F2937;
color: white;
height: 480px;
display: flex;
flex-direction: column;
justify-content: center;
}
a{
color:white;
font-size: 30px;
}
.header{
display: flex;
justify-content: space-around;
flex:1;
font-family: Arvo;
}
ul{
display:flex;
justify-content: space-evenly;
gap:20px;
}
.top-container{
display: flex;
justify-content: space-around;
margin: 25px;
}
/*top middle*/
.middle-header{
font-size: 36px;
height:150px;
font-weight: bolder;
color: #1F2937;
display:flex;
justify-content: center;
align-items: center;
margin: 30px;
}
.mainfourimages{
display: flex;
justify-content:center ;
gap:52px;
margin:30px;
}
img{
width: 150px;
height: 150px;
}
.fourimages{
max-width: 200px;
margin:25px;
font-weight: bold;
font-size: 18px;
}
/* bottom-middle */
.bottom-middle{
background: #e5e7eb;
display:flex;
width:100%;
height: 350px;
justify-content: center;
align-items: center;
flex-wrap:wrap;
}
.quote{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
/*bottom part*/
.bottom{
height:350px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.bottom-container{
width: 40%;
height:35%;
border-radius: 10px;
background-color: #3883f6;
display: flex;
justify-content: space-between;
align-items: center;
}
.signup2{
background-color: #3882f6;
border: 1px solid white;
border-radius: 7px;
color: white;
font-size: 16px;
font-weight: bold;
padding: 5px 25px;
margin:25px;
}
/*footer*/
.footer{
background-color: #1F2937;
color:white;
height:85px;
font-size: 24px;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
}