-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.css
More file actions
78 lines (61 loc) · 919 Bytes
/
Copy pathsample.css
File metadata and controls
78 lines (61 loc) · 919 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
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
body {
text-align: center;
min-width: 1200px;
background-color: lightgray;
}
div {
margin: auto;
padding-left: 50px;
position: relative;
width: 1200px;
height: 800px;
background-color: #FFFDF3;
box-shadow: 0px 0px 10px 1px #7A7A7A;
}
table {
margin-left: 60px;
}
#personal {
position: absolute;
top: 190px;
margin-left: 90px;
}
#schoolinfo {
position: absolute;
top: 190px;
right:200px;
}
#schoolname{
text-align: left;
}
#sdtinfo {
position: absolute;
top: 270px;
margin-left: 90px;
}
#reportcard {
background-color: gray;
}
#reportcard th tr td {
border-style: solid;
}
#reportcard td {
background-color: #FFFDF3;
}
#summ {
background-color: gray;
}
#summ th tr td {
border-style: solid;
}
#summ td {
background-color: #FFFDF3;
}
#grades {
font-weight: bold;
position: absolute;
bottom: 70px;
right: 390px;
}
#left {
text-align: left;}