Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leticia-cedar #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Personal Portfolio Site
#https://github.com/leticiabmain12/personal-portfolio-site
Congratulations! You're submitting your assignment!

## Comprehension Questions
Expand Down
371 changes: 371 additions & 0 deletions Styles/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,371 @@
body {
background-color: rgb(228, 220, 232);
}

.container {
display: flex;
flex-flow: row wrap;
width: 98vw;
margin: auto
}
header {
display: flex;
flex-direction: column;
width: 100%
}



#main-nav, a {
font-family:cursive;
color: cornflowerblue;
font-size: large;
text-decoration: none;
display: flex;
flex-direction: row;

}
a:hover {
color: hotpink;
}


hr {
color: #C1F3F2;
border: 2px solid;
}

footer {
font-family:monospace;
color: #61ce3f;
font-size: large;
text-decoration: none;
width: 100%;
text-align: center;
position:fixed;bottom:0;left:0;right:0;
}

h1 {
font-family:sans-serif;
color: #5dcc3c;
}
h2 {
font-family:cursive;
color: cornflowerblue
}


h3 {
font-family: sans-serif;
color: rgb(100, 200, 237)
}

section {
justify-content: center;
font-family: helvetica;
color: hotpink;
font-size: large;

}

li{
font-family: fantasy;

}

p::first-letter {
font-size: 2em;}

#container {
margin: 90px auto;
height: 175px;
width: 170px;
}

#tail {
position: absolute;
margin-left: 40px;
margin-top: 40px;
height: 60px;
width: 80px;
border: 15px solid #D3B897;
border-radius: 50px;
display: inline-block;
z-index: 0;
}

#tail-mask {
position: absolute;
margin-top: 40px;
margin-left: 100px;
height: 30px;
width: 75px;
background-color: #fff;
z-index: 0;
}

#tail-end {
position: absolute;
margin-top: 63px;
margin-left: 130px;
height: 17px;
width: 17px;
border-radius: 50%;
background-color: #D3B897;
z-index: 1;
}

#body {
position: relative;
height: 130px;
width: 110px;
background-color: #E9CBA7;
border-radius: 22px;
display: inline-block;
overflow: hide;
z-index: 1;
}

.ear {
position: relative;
margin-top: -20px;
height: 45px;
width: 50px;
background-color: #E9CBA7;
display: inline-block;
z-index: 2;
}

#ear-left {
clip-path: polygon(0 0, 0% 100%, 100% 60%);
}

#ear-right {
margin-left: 6px;
clip-path: polygon(100% 0, 0% 60%, 100% 100%);
}

.ear-inner {
position: relative;
height: 30px;
width: 50px;
background-color: #D3B897;
z-index: 3;
}

#ear-inner-left {
margin-top: 8px;
margin-left: 5px;
clip-path: polygon(0 0, 100% 90%, 0 100%);
}

#ear-inner-right {
margin-top: 8px;
margin-left: -4px;
clip-path: polygon(100% 0%, 100% 100%, 0 90%);
}

#mask {
position: relative;
background-color: #E9CBA7;
margin-top: -29px;
height: 50px;
width: 110px;
border-radius: 50%;
z-index: 4;
}

#patch {
position: relative;
margin-top: -50px;
z-index: 5;
}

.fur {
width: 5px;
background-color: #C0A98B;
display: inline-block;
}

.fur:first-of-type {
margin-left: 40%;
height: 15px;
float: left;
}

.fur:nth-of-type(2) {
margin-left: 4px;
height: 5px;
float: left;
}

.fur:nth-of-type(3) {
margin-left: 4px;
height: 10px;
float: left;
}


#eyes {
position: relative;
margin-top: 30%;
z-index: 5;
}

.eye {
height: 18px;
width: 18px;
border-radius: 50%;
background-color: #554D44;
display: inline-block;
}

#eye-left {
margin-left: 27%;
}

#eye-right {
margin-left: 10%;
}

.shine {
height: 7px;
width: 7px;
border-radius: 50%;
background-color: #fff;
margin-top: 2px;
margin-left: 1px;
}

#whisk-left {
display: inline-block;
}

.whisker {
height: 3px;
width: 25px;
background-color: #D3B897;
margin-bottom: 6px;
}

#whisk-one {
transform: rotate(15deg);
}

#whisk-three {
transform: rotate(-15deg);
}

#nose {
position: absolute;
margin-left: 15%;
height: 17px;
width: 18px;
background-color: #554D44;
clip-path: ellipse(40% 22% at 50% 50%);
display: inline-block;
z-index: 6;
}

#whisk-right {
display: inline-block;
margin-left: 56px;
}

#whisk-four {
transform: rotate(-15deg);
}

#whisk-six {
transform: rotate(15deg);
}

#smile {
position: relative;
margin-left: 29%;
margin-top: -22%;
z-index: 5;
}

#smile-left-align {
display: inline-block;
position: absolute;
}

#smile-left {
height: 10px;
width: 20px;
border-radius: 0 0 10px 10px;
background-color: #E9CBA7;
border: 2px solid #554D44;
}

#mask-left {
margin-top: -58%;
height: 4px;
width: 20px;
background-color: #E9CBA7;
}

#smile-right-align {
display: inline-block;
margin-left: 22px;
position: absolute;
}

#smile-right {
height: 10px;
width: 20px;
border-radius: 0 0 10px 10px;
background-color: #E9CBA7;
border: 2px solid #554D44;
}

#mask-right {
margin-top: -58%;
height: 4px;
width: 24px;
background-color: #E9CBA7;
}

#tongue {
position: relative;
margin-top: 7px;
margin-left: auto;
margin-right: auto;
height: 17px;
width: 15px;
border-radius: 25px;
background-color: #FC90A5;
z-index: 4;
}

#tummy {
margin-top: 13%;
margin-left: auto;
margin-right: auto;
height: 30px;
width: 60px;
border-radius: 50px 50px 0 0;
background-color: #F4E7D1;
}

#credit {
position: absolute;
font-family: sans-serif;
font-size: 12px;
color: #B9B9B9;
margin-top: 70px;
left: 20px;
}

a,
a:visited {
text-decoration: none;
color: #FC90A5;
}

a:focus,
a:hover {
color: #DC7E91;
}
Loading