-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (38 loc) · 1.1 KB
/
styles.css
File metadata and controls
44 lines (38 loc) · 1.1 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
/******************************************************************************
* File: styles.css *
* Author: Dylan Bryan *
* Date: 6/7/21, 9:40 PM *
* Project: project-three *
* Purpose: Simple CSS styles for web page *
******************************************************************************/
html, body {
height: 100%;
margin: 0;
font-family: Verdana, Arial, sans-serif;
}
#glcanvas {
width: 100%;
height: 100%;
display: block;
}
#animate-container {
background-color: mintcream;
height: 100px;
margin-left: 3.5rem;
/*text-align: center;*/
}
#animate-container h1 {
font-size: 30px;
margin: 10px 0;
padding: 10px 0;
float: left;
}
#animate-container label {
font-size: 20px;
margin: 16px 0;
padding: 16px 0;
}
#direction-container {
float: right;
margin-right: 3.5rem;
}