-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
52 lines (42 loc) · 1.16 KB
/
main.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
.body1{
background-image: radial-gradient(circle, #000000, #0c0c0c, #151515, #1c1c1c, #232323);
}
.div1{
padding: 1rem;
align-items: center;
align-self: center;
padding-bottom: 5rem;
}
.heading1{
color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1.9rem;
}
.heading2{
color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 0.9rem;
}
.logo{
padding: 0.5rem
}
.logo:hover{
transform: scale(1.2);
transition: 0.2s;
}
.div2{
margin-left: 20%;
margin-right: 20%;
margin-top: 1rem;
padding: 0.01rem;
border-radius: 10rem;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-image: radial-gradient(circle, #ffffff, #eeeeee, #dedede, #cecece, #bebebe);
}
.div2:hover{
transform: scale(1.02);
transition: 0.2s;
}
.heading3{
font-size: 1rem;
}