-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (37 loc) · 899 Bytes
/
Copy pathstyle.css
File metadata and controls
48 lines (37 loc) · 899 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
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,500&display=swap');
*{
box-sizing: border-box;
}
body{
margin: 0px;
background: url('bg1.jpg') no-repeat;
background-size: cover;
/* background-position: center center; */
min-height: 100vh;
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
}
h1{
font-size: 4.2rem;
font-weight: 400;
margin-top: 5rem;
}
.whole-elem{
text-align: center;
}
.con{
display: flex;
/* border: 5px solid #ffffff9c;
padding: 15px 70px ; */
}
.big-text{
text-align: center;
font-size: 6rem;
margin: 0px 60px;
}
.whole-elem span{
font-size: 1.7rem;
}