-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstylesheet.css
More file actions
125 lines (105 loc) · 1.85 KB
/
stylesheet.css
File metadata and controls
125 lines (105 loc) · 1.85 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body{
margin: 0;
padding: 0;
font-family: sans-serif;
background-image: url(outputback_image.jpg) ;
background-size: cover;
background-position: center;
color: white;
background-color:#000000;
}
.sub
{
width: 20%;
box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
background: black;
padding: 30px;
margin: 8% auto 0;
text-align: center;
}
.sub2
{
width:auto;
box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
padding: 30px;
margin: 8% auto 0;
text-align: center;
border-radius: 20px;
padding: 10px;
margin: 10px 0;
width: auto;
cursor: -webkit-grab; cursor: grab;
}
button
{
color: black;
width:10%;
padding: 30px;
border-radius: 20px;
font-size: 15px;
margin: 10px 0 10px 150px;
border: none;
outline: none;
cursor: -webkit-grab; cursor: grab;
font-size: 150%;
}
.register_btn
{
background-color: red;
}
a
{
text-decoration: none;
}
hr
{
margin-top: 20px;
width: 80%;
}
img
{
width: 70px;
}
h6 #header-manu
{
background-color: red;
}
#header-manu2
{
padding: 15px;
margin-right: 50px;
margin-bottom: 15px;
border: 0px solid rgb(255, 255, 255);
box-shadow: 3px 3px 3px red;
background-color: #000033;
height: auto;
width: auto;
float: left;
text-align: 10px;
border-radius: 20px;
border-radius: 20px;
}
h4 #header-manu2
{
color: white;
background-color: blue;
}
#header-manu3
{
padding: 15px;
margin-right: 50px;
margin-bottom: 15px;
border: 0px solid rgb(255, 255, 255);
box-shadow: 3px 3px 3px white;
background-color: #000033;
height: auto;
width: auto;
float: left;
text-align: 10px;
border-radius: 20px;
border-radius: 20px;
}
h6 #header-manu3
{
background-color: white;
}