Skip to content

Commit

Permalink
main page edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnyye committed Jan 8, 2024
1 parent 7bf0d33 commit 90e7850
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 116 deletions.
Binary file added cow.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>test!</title>
<title> Sinny's Portfolio</title>
<link rel="stylesheet" type="text/css" href="styles/site.css">
</head>
<p> hello</p>
<div class = home-page>
<p> welcome to my website </p>
<img src="cow.jpeg" alt="cow">
<p> click here to see it</p>

</div>


</body>
Expand Down
Empty file added scripts/script.js
Empty file.
122 changes: 8 additions & 114 deletions styles/site.css
Original file line number Diff line number Diff line change
@@ -1,116 +1,10 @@
body {
font-family: serif;
body{
background-color: #FFD5D6;
border: 2px dotted white;
}

/*headers*/

.title-color h1 {
background-color: rgb(107, 200, 236);
}

h1 {
margin: 0;
font-size: 28pt;
padding: 18px 50px;
color: rgb(0, 0, 0);
background-color: rgb(168, 207, 224);
border: 2px solid #000000;



}

h2 {
margin: 0;
padding: 18px 50px;
background-color:#d5edf0;
border: 2px solid #000000;
color: black



}

h3{
margin: 0;
font-size: 15pt;
padding: 10px;
color: rgb(0, 0, 0);
background-color: #d5edf0;
border: 2px solid #000000;
text-align: center;
}

em{

font-size: 10pt;
padding: 2px 100px;
color: rgb(0, 0, 0);
background-color: #c8e9f0;
text-align: center;
border: 2px solid #000000;


}

p{
margin: 0 auto;
height: 320px;
font-size: 10pt;
padding: 50px 50px;
color: rgb(0, 0, 0);
border: 2px solid #000000;
background-color: #DAF0F7;
word-spacing:10px

}


/* navigation menu */
nav ul {
margin: 0;
padding: 0;
}

nav ul li {
list-style: none;
border: 2px solid black
}

nav ul li a {
display: block;
padding: 16px 50px;
background-color: rgb(180, 232, 240);
color: rgb(0, 0, 0);
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

nav ul li a:hover {
padding-bottom: 8px;
background-color: rgb(0, 77, 95);
border-top: 8px solid black;
color:white;
}

/*image*/

img {
border: 2px solid #000000;
padding:10px ;
height: 200px;
display: inline;

}


.content-container {
display: flex;
justify-content: space-between;

}
.text-content {
flex: 1;
padding: 10px;
}
.home-page p {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color:aqua

}

0 comments on commit 90e7850

Please sign in to comment.