-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathassignment.css
87 lines (71 loc) · 1.2 KB
/
assignment.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
body {
font-family: 'Handlee', cursive;
font-size: 13pt;
background-color: white;
padding: 10px;
}
h1 {
font-size: 15pt;
color: Red
text-align: center;
padding: 18px 0 18px 0;
}
h1 span {
border: 4px dashed Red;
padding: 10px;
}
.img-circle {
border: 3px black;
border-radius: 50%;
}
.section {
background-color: white;
padding: 15px;
margin-bottom: 10px;
}
#header {
background-image: url("https://www.sololearn.com/Uploads/header.jpg");
background-size: cover;
}
#header img {
display: block;
width: 80px;
height: 80px;
margin: auto;
}
#header p {
font-size: 25pt;
color: yelloe;
padding-top: 5px;
margin: 0;
font-weight: bold;
text-align: center;
}
.quote {
font-size: 12pt;
text-align: right;
margin-top: 10px;
}
li {
margin-bottom: 15px;
font-weight: bold;
}
progress {
width: 70%;
height: 20px;
}
form {
text-align: center;
margin-top: 0;
}
textarea {
height: 100px;
}
input, textarea {
font-size: 11pt;
padding: 15px 10px 10px;
border: 1px solid black;
background-color: white;
width: 70%;
outline: none;
}