Skip to content

Commit 5f652bd

Browse files
authored
Create index.html
1 parent 028987d commit 5f652bd

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

New Year CountDown App/index.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,200&display=swap');
2+
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,500&display=swap');
3+
4+
5+
6+
7+
*{
8+
box-sizing: border-box;
9+
}
10+
11+
body{
12+
margin: 0px;
13+
background: url('Images/bg1.jpg') no-repeat;
14+
background-size: cover;
15+
/* background-position: center center; */
16+
min-height: 100vh;
17+
font-family: 'Poppins', sans-serif;
18+
display: flex;
19+
flex-direction: column;
20+
align-items: center;
21+
22+
}
23+
h1{
24+
25+
font-size: 4.2rem;
26+
font-weight: 400;
27+
margin-top: 5rem;
28+
}
29+
30+
.whole-elem{
31+
text-align: center;
32+
}
33+
34+
.con{
35+
display: flex;
36+
/* border: 5px solid #ffffff9c;
37+
padding: 15px 70px ; */
38+
}
39+
40+
.big-text{
41+
text-align: center;
42+
font-size: 6rem;
43+
margin: 0px 60px;
44+
}
45+
46+
.whole-elem span{
47+
font-size: 1.7rem;
48+
}

0 commit comments

Comments
 (0)