-
Notifications
You must be signed in to change notification settings - Fork 1
/
new html styling.css
118 lines (95 loc) · 1.85 KB
/
new html styling.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.home{
background-image: url('page2.jpg');
font-family: 'Kaushan Script', cursive;
}
.navbar-brand{
font-family: Ubuntu;
font-weight: bold;
}
.home-page{
margin-top: 50px;
}
.text-light{
font-family: Comic Sans MS, cursive;
font-size: 50px;
margin-bottom: 50px;
text-align: center;
}
.text-danger{
margin-top: 100px;
background-size: 700px;
margin-bottom: 300px;
text-shadow: black;
font-style: serif;
font-weight: bold;
font-size: 120px;
font-family:'Kaushan Script' , cursive;
}
#button-carpenter{
width: 90%;
font-size: 40px;
height: 300px;
/* background-image: url('carpenter.jpg'); */
padding: 20px;
margin-left: 50px;
margin-bottom: 50px;
border-color:black ;
border-width: 10px;
font-family: 'Comic Sans MS', cursive;
margin-top: 120px;
}
#button-plumber{
width: 90%;
font-size: 40px;
height: 300px;
/* background-image: url('plumber.jpg'); */
margin-left: 50px;
margin-bottom: 50px;
border-color: black;
border-width: 10px;
font-family: 'Comic Sans MS', cursive;
}
#button-painter{
width: 90%;
font-size: 40px;
height: 300px;
/* background-image: url('painter1.jpg');*/
margin-left: 50px;
margin-bottom: 100px;
border-color: black;
border-width: 10px;
font-family: 'Comic Sans MS', cursive;
}
/*
.row{
background-color: black;
font-color: white;
border: 20px;
font-family: 'Kaushan Script', cursive;
margin: 20px;
}*/
#footer{
bottom: 0;
text-align: center;
font-size: 10px;
font-style: white;
}
.h1{
font-family: 'Comic Sans MS', cursive;
font-size: 100px;
margin-bottom: 30px;
}
.Why-Repconn{
font-size:40px;
font-family: 'Comic Sans MS', cursive;
margin-bottom: 100px;
}
.text-dark{
font-family: Comic Sans MS, cursive;
font-size: 40px;
margin-bottom: 50px;
text-align: center;
}
.text-success{
font-size: 70px;
}