-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteststyle.css
72 lines (66 loc) · 1.18 KB
/
teststyle.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
body{
background-image: url("cool-background.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment:fixed ;
}
.outer{
width: 75%;
background-color:cornsilk;
height: 500px;
border: solid black 2px;
margin: 0 auto 0 auto;
border-radius: 10px;
box-shadow: 10px 10px 5px grey;
}
.inner{
background-color: white;
}
.h3{
float: left;
padding: 0 70px 0 70px;
margin-left: 18px;
margin-top: -5px;
font-weight: bolder;
}
hr{
background-color: black;
height: 2px;
width: 100%;
}
.text{
float: left;
padding: 0 40px 20px 40px;
margin-left: 20px;
margin-top: -5px;
font-weight: bolder;
width: 260px;
}
#title{
font-weight: bolder;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
height: 50px;
background-color: rgb(40,40,40);
color: white;
text-align: center;
padding-top: 6px;
padding-left: 60px;
}
h5{
float: left;
text-align: center;
padding-left: 10px;
margin-left: 200px;
}
#brand{
width: 40px;
height: 40px;
float: left;
position: relative;
bottom: 8px;
right: 8px;
}