-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp5.css
67 lines (61 loc) · 844 Bytes
/
app5.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
.trip{
padding: 27px;
}
i{
padding: 5px;
}
h3{
/*font-family: 'Pacifico', cursive;*/
text-align: center;
font-family: 'KoHo', sans-serif;
font-size: 37px;
color:Brown;
}
.jumbotron{
background: yellow;
margin-left: 2.5%;
margin-right: 2.5%;
margin-top: 120px;
padding: 10px;
}
h2{
text-align: center;
font-family: 'KoHo', sans-serif;
color:darkorchid;
letter-spacing: 1px;
}
body{
background: url(Pictures/G.jpg);
background-size:cover;
height: 100%;
}
/*html{
height: 100%;
}*/
.card{
width:350px;
float: left;
border:1px solid gray;
margin-top: 3px;
background:white;
}
.card-title{
text-align: center;
text-shadow: 2;
color:teal;
}
.card-subtitle{
text-align: center;
}
#H{
color: rgb(0 , 0 ,255 )
}
#I{
width: 85%;
margin-top: 2%;
margin-right: auto;
margin-left: auto;
}
h4{
text-align: center;
}