-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
36 lines (33 loc) · 678 Bytes
/
Style.css
File metadata and controls
36 lines (33 loc) · 678 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
/* font-family: 'Playfair Display', serif;
font-family: 'Abril Fatface', cursive;
font-family: 'Old Standard TT', serif; */
body {
font-size: 1.4em;
font-family: "Old Standard TT", serif;
}
.jumbotron {
font-family: "Playfair Display", serif;
background-image: url(TrainInterior.jpg);
text-align: center;
color: white;
}
.card-header {
background-color: blue;
}
.card-body .form-group {
border-style: solid 5px;
border: blue;
box-shadow: blue;
background-color: rgb(204, 197, 197);
color: white;
}
.btn {
color: white;
background-color: rgb(4, 20, 143);
border-color: rgb(243, 247, 243);
}
.container {
margin-left: auto;
}
.panel .panel-body .text .form {
}