-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (57 loc) · 1.07 KB
/
Copy pathstyle.css
File metadata and controls
57 lines (57 loc) · 1.07 KB
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
.title {
font-size: 50px;
text-align: center;
font-family: monospace;
color:white;
}
.divTitle{
background-color: rgb(60, 50, 180);
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
padding-top: 5px;
padding-bottom: 5px;
box-shadow: 1px 1px;
}
body {
background-image: url("https://www.solidbackgrounds.com/images/950x350/950x350-red-solid-color-background.jpg")
}
a:visited {
text-decoration: none; color:white;
}
a {
text-decoration: none;
}
h2 {
text-align: center;
}
.box {
height: 150px;
width: 400px;
background: #000;
font-size: 24px;
font-style: oblique;
color: #FFF;
text-align: center;
padding: 0 20px;
margin: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.userInput{
background-color: rgb(60, 50, 180);
float:right;
padding: 30px 30px 30px 30px;
margin:20px 300px 0px 0px;
border-radius: 3%;
box-shadow: 2px 2px 2px;
}
.goal {
background-color: rgb(60, 50, 180);
padding:67px 30px 66px 30px;
margin:20px 0px 0px 300px;
border-radius: 3%;
box-shadow: 2px 2px 2px;
float:left;
}