-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
36 lines (28 loc) · 724 Bytes
/
style.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
body {
background-color:black;
font-family:arial;
display: block;
text-align: justify;}
h1{
color:grey;
font-family:verdana;
text-align: center;}
.maindiv {
background-color: white;
color: black;
width: 500px;
padding: 20px;
border-radius: 25px;
margin: auto;}
select {
align-items: left;
margin-left: 150px;}
#principal {
margin-left: 180px;}/* move input box */
#rate {
margin-left: 200px; /* move rate bar */
margin-top:10px;
height: 10px; /* height of the bar */
border-radius: 10px;/* circular edges of the bar */
cursor: pointer; } /* cursor as pointer */
input{margin-top:10px;}