-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss_altout.css
More file actions
94 lines (78 loc) · 1.38 KB
/
Copy pathcss_altout.css
File metadata and controls
94 lines (78 loc) · 1.38 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
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
88
89
90
body {
height: width/2px;
width: height/2px;
background-color: #000000;
color: #90ee90;
}
html {
height: width/2px;
width: height/2px;
}
#heading {
text-align: left;
margin-top: 50px;
margin-left: 100px;
font-family: 'Roboto Mono', serif;
font-size: 12px;
}
#aboutproject {
font-size: 12px;
text-align: left;
font-family: 'Roboto Mono', serif;
margin-left: 100px;
margin-right: 140px;
margin-top: 12px;
}
#heading2 {
text-align: left;
margin-top: 20px;
margin-left: 100px;
font-family: 'Roboto Mono', serif;
font-size: 12px
}
#heading3 {
text-align: left;
margin-left: 100px;
font-family: 'Roboto Mono', serif;
font-size: 12px
}
#palebluedot {
margin-left: 100px;
width: 200px;
height:auto;
}
.samplecode {
width: 500px;
height: 600px;
}
#ogcode{
font-size: 12px;
font-family: 'Roboto Mono',serif;
text-align: left;
}
#skillscontent{
font-size: 12px;
text-align: left;
font-family: 'Roboto Mono', serif;
margin-right: 0px;
margin-left: 100px;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
float: left;
margin-left: 0px;
padding: 50px;
}
/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
margin-left: 0px;
display: table;
}
#layout {
margin-left: 100px;
margin-right: 200px;
font-family: 'Roboto Mono', serif;
font-size: 12px;
}