-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (46 loc) · 817 Bytes
/
Copy pathstyle.css
File metadata and controls
49 lines (46 loc) · 817 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
49
@font-face {
font-family: samim;
src: url(./admin/assets/font/Samim-Medium-FD.woff2);
}
* {
font-family: samim;
}
body{
background: #3498db;
display: flex;
align-items: center;
justify-content: center;
}
.container {
background: #fff;
width: 400px;
box-shadow:2px 2px 2px 1px rgb(0 0 0 / 20%);
border-radius: 10px;
margin-top: 30vh;
}
.app-title {
text-align: center;
color: #777;
font-size: small;
}
h1{
font-size: 20px;
}
.button {
margin: 0 auto;
width: 350px;
}
button {
width: 100%;
margin: 15px 0 15px 0;
height: 60px;
border-radius: 5px;
background: #3498db;
color: #ffffff;
font-size: 15px;
text-decoration: none;
text-shadow: none;
box-shadow: none;
transition: 0.25s;
outline: none;
}