-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (74 loc) · 1.43 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
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.mbtn{
height: 100px;
width: 100px;
background-color: rgb(86, 86, 86);
animation-name: trtn;
animation-duration: 5s;
animation-iteration-count: infinite;
color: white;
font-family: 'Roboto', Serif;
font-weight: bold;
}
@keyframes trtn{
100%{
border-radius: 50%;
background-color: rgb(0, 0, 0);
margin-left: 1000px;
transform: rotate(360deg);
color: white;
font-family: 'Roboto', Serif;
font-weight: bold;
}
}
.sbtn{
height: 100px;
width: 100px;
border-radius: 50px;
font-family: 'Roboto', Serif;
font-weight: bold;
}
.ig{
margin: 30px;
width: 430px;
height: 286px;
}
.ig2{
margin: 30px;
width: 300px;
height: 240px;
}
.btnn{
background-color: #fff;
color:black;
font-family: 'Roboto', Serif;
width: 100px;
height: 40px;
border-radius: 8px;
font-weight: bold;
font-size: 14px;
margin-left: 30px;
}
.btnn:hover{
text-shadow: 0 0 4px black;
}
p{
color:#fff;
margin-left: 30px;
font-family: 'Roboto', Serif;
font-weight: bold;
}
.signup{
margin: 50px auto;
width: 500px;
height: auto;
border: none;
border-radius: 18px;
padding: 20px;
box-shadow: 0px 0px 20px rgb(212, 212, 212);
}
#smt{
background-color: black;
color:white;
border-radius: 8px;
}