Started adding projects to index.php
This commit is contained in:
parent
60e2e0f040
commit
165ffbdfa2
@ -56,3 +56,10 @@
|
||||
<p>Here's some of my projects that I have made:</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="centered-div project-list-div">
|
||||
|
||||
<h3 class="aligned-left subtitle">Kico r4</h3>
|
||||
|
||||
</div>
|
||||
|
@ -38,11 +38,34 @@ p, h1, h2, h3, h4 {
|
||||
|
||||
.project-div{
|
||||
|
||||
|
||||
background-color: #9ece6a;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.project-list-div{
|
||||
|
||||
background-color: #bb9af7;
|
||||
|
||||
}
|
||||
|
||||
.aligned-left {
|
||||
|
||||
text-align: left;
|
||||
align-self: left;
|
||||
margin-left: 10px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.subtitle {
|
||||
|
||||
|
||||
font-weight: bold; !important
|
||||
|
||||
}
|
||||
|
||||
.link-icon{
|
||||
|
||||
height: 32px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user