forked from RohitKaushal7/BoringStuffs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadd.css
More file actions
60 lines (48 loc) · 640 Bytes
/
add.css
File metadata and controls
60 lines (48 loc) · 640 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
50
51
52
53
54
55
56
57
58
59
60
*{
box-sizing: border-box;
transition: all 0.5s;
font-family: montserrat,roboto,arial;
}
a:link
{
text-decoration: none;
}
body
{
background:#ffc107ee;
}
.container
{
min-width: 980px;
}
.ext
{
background: #ffff;
}
a:link:hover
{
text-decoration: none;
}
header .container
{
border-bottom: 2px solid #aaaf;
height: 7em;
line-height: 10em;
background: #fff;
margin-top: 20px;
z-index: 3;
box-shadow: 0px 0 10px 2px #3339;
}
fieldset
{
margin: 20px 20px;
}
.cont
{
background: #eeef;
box-shadow: 0px 0px 20px 3px #444a;
}
.b
{
margin: 0px 100px 0 0;
}