forked from Prankster1895/SlowSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
51 lines (40 loc) · 815 Bytes
/
index.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
.login{
margin-right:15px;
margin-left:15px;
}
.row{
margin-top:50px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}
.navbar{
padding-top: 15px;
padding-bottom: 15px;
margin-bottom:30px;
}
.title{
text-align: center;
font-size:70px;
font-weight: 600;
color:#fdfdfe;
text-shadow: 0px 0px 5px #0a0a09 ,0px 0px 10px #b393d3,0px 0px 10px #b393d3,0px 0px 20px #b393d3;
}
body{
background-image:url('./background.jpg');
background-size: cover;
}
.card{
background-image: url('./row.jpg');
background-size: cover;
}
img{
margin-top: 15px;
width:300px;
position: relative;
margin-left:130px;
border:solid 1px black;
}
.btn{
margin-left:230px;
}