Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
amendoa committed Apr 8, 2016
1 parent 8eb80db commit 034a817
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 48 deletions.
45 changes: 0 additions & 45 deletions app/assets/stylesheet/style.css

This file was deleted.

49 changes: 47 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,54 @@
<head>
<title>Full page scroll</title>
<link rel="stylesheet" type="text/css" href="assets/stylesheet/full-page-scroll.css">
<link rel="stylesheet" type="text/css" href="assets/stylesheet/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>

<style type="text/css">
.section1 {
background-color: #7DBCD4;
}

.section2 {
background-color: #98C19F;
}

.section3 {
background-color: #A199E2;
}

.section4 {
background-color: #CC938E;
}

.section5 {
background-color: #D2C598;
}

section div {
font-family: 'Open Sans';
font-style: normal;
text-align: center;
position: relative;
top: 50%;
transform: translateY(-50%);
}

span {
font-size: 4em;
font-style: normal;
color: #fff;
}

.button {
background-color: #F2CF66;
border-bottom: 5px solid #D1B358;
text-shadow: 0px -2px #D1B358;
padding: 10px 40px;
border-radius: 10px;
font-size: 25px;
color: #FFF;
text-decoration: none;
}
</style>
</head>
<body>
<a href="https://github.com/almeida-matheus/fullPageScrollPureJS">
Expand Down
1 change: 0 additions & 1 deletion dist/stylesheet/style.min.css

This file was deleted.

0 comments on commit 034a817

Please sign in to comment.