Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,36 @@
margin-top:100px;
opacity: .7;
}
h1{
font-family: 'Franklin Gothic Medium';
font-style: oblique;
text-align: center;
}
#main{
border: 5px double black;
float: left;
height: 70%;
width: 43%;
}
#info{
border: 2px dashed blueviolet;
margin: 5px;
font-size: 18px;
font-family: Comic Sans MS;
}
#experience{
border: 2px dotted green;
margin: 5px;
font-family: 'Segoe UI';
font-size: 18px;
}
#interests{
border: 2px groove darkorange;
margin: 5px;
font-family: 'Segoe UI';
font-size: 18px;
}

.main form{
margin-left: 150px;
margin-top: 100px;
Expand Down