-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
52 lines (41 loc) · 1.01 KB
/
style.scss
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
body {
* {
font-family:"Sofia", sans-serif;
font-size: 48px;
text-align: center;
background-color: #778899 ;
color: #e2e6e9 ;
}
headder{
margin:0;
padding:0;
width:100%;
height:300px;
}
h1{
font-family:"Sofia", sans-serif;
font-size: 60px;
text-align: center;
color: #e2e6e9 ;
}
.logo{
margin:3px;
padding:3px;
width:45px;
height:40px;
}
input{
width:45px;
height:20px;
border:1px solid #e2e6e9;
waithold:init #000001;
border-roduse:15%;
box-shadwo:(225 225 225 0);
}
img{
margin:10px;
padding:5px;
height:300px;
width:100%;
}
}