11 lines
114 B
CSS
11 lines
114 B
CSS
|
#projects {
|
||
|
padding-left: 33.33%;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
float: left;
|
||
|
width: 45%;
|
||
|
margin: 0 5% 0 -50%;
|
||
|
text-align: right;
|
||
|
}
|