forked from luisSuela/Stranger-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsub.css
101 lines (79 loc) · 1.54 KB
/
sub.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.box{
border: 1px solid none;
width: 100%;
}
.boxbar{
border: 1px solid black;
padding: 7px;
background: black;
}
.boxbar address a{
float: right;
text-decoration: none;
color:white;
}
.boxbar i{
color:white;
width: 30px;
}
.list{
border-bottom-width: 900px;
border-bottom: 1px solid darkgray;
padding:12px;
float: right;
}
.list ul li{
float: left;
text-align: center;
width: 70px;
list-style-type: none;
}
.list ul li a{
text-decoration: none;
color:white;
}
.list ul li a:hover{
border-bottom: 4px solid brown;
padding: 2px;
}
body{
background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65),rgba(0,0,0,0.38),rgba(0,0,0,0)),url(learn_1.jpg)no-repeat;
background-size: cover;
font-family: latha;
}
.signup{
width: 200px;
margin: 5px;
position: absolute;
left: 20%;
top:10%;
border: 1px solid black;
padding: 40px;
background: black;
color:white;
border-radius: 8px;
opacity: 0.8;
font-family: cairo,sans-serif;
}
.signup form input{
padding: 9px;
border: none;
margin: 4px auto;
}
.signup h3{
border-bottom: 1px solid darkgray;
text-align: center;
text-transform: uppercase;
font-family: cairo, sans-serif;
padding: 5px;
text-shadow: 1px 1px 1px;
font-weight: bold;
padding-top: -30px auto;
line-height: 30px;
font-size: 20px;
}
.signup input[type="submit"]{
color:white;
background-color: steelblue;
border-radius: 5px;
}