forked from surajondev/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (85 loc) · 1.58 KB
/
style.css
File metadata and controls
98 lines (85 loc) · 1.58 KB
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
body {
margin: 0;
background-color: #1C1C1C;
}
#container{
width:550px;
height: 550px;
background-color: #273549;
margin-top: 70px;
align-items: center;
margin-left: 500px;
}
#headings {
padding-top: 50px;
padding-left: 20px;
margin-right: 20px;
margin: 0;
margin-left: 20px;
}
#heading-1{
color: #FFFFFF;
font-family:'Karla';
font-size: xx-large;
font-style: bold;
margin: 0;
margin-left: 20px;
margin-top: 40px;
}
#heading-2{
color: #4ADF86;
font-family:'Karla';
font-size: xx-large;
font-style: bold;
margin: 0;
margin-left: 20px;
}
#caption{
color: #D5D4D8;
opacity: 90% ;
margin: 0;
margin-left: 20px;
font-family: 'Karla';
}
button {
margin-left: 20px;
margin-top: 50px;
background: #4ADF86;
font-family: 'Karla';
padding: 0.6em 1.3em;
font-weight: 900;
font-size: 18px;
border: 3px solid black;
border-radius: 0.4em;
box-shadow: 0.1em 0.1em;
}
button:hover {
transform: translate(-0.05em, -0.05em);
box-shadow: 0.15em 0.15em;
}
button:active {
transform: translate(0.05em, 0.05em);
box-shadow: 0.05em 0.05em;
}
hr{
margin-left: 20px;
margin-right: 60px;
margin-top: 30px;
background-color: #2F3E53;
opacity: 90%;
}
table,tr{
margin-left: 20px;
margin-top: 40px;
column-gap: 40px;
}
#mini-container{
column-gap: 40px;
}
.pass{
height: 39px;
width: 211px;
color: #4ADF86;
background-color: #273549;
border-radius: 10px;
}