Skip to content
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
361 changes: 360 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,360 @@
/* LESS needs to be processed */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Indie Flower', cursive;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.2rem;
padding-bottom: 10px;
}
h4 {
font-size: 2.5rem;
padding-bottom: 10px;
}
p {
line-height: 1.5;
font-size: 1.6rem;
padding-bottom: 10px;
}
img {
max-width: 100%;
height: auto;
}
.container {
max-width: 800px;
width: 100%;
margin: 0 auto;
}
@media (max-width: 800px) {
.header-container h1 {
margin: 0 auto 20px auto;
}
}
.header-container nav {
width: 40%;
display: flex;
justify-content: space-between;
align-items: center;
color: black;
font-size: 1.6rem;
}
@media (max-width: 800px) {
.header-container nav {
width: 100%;
justify-content: space-around;
}
}
.header-container nav a {
color: black;
text-decoration: none;
font-weight: lighter;
}
.footer {
max-width: 1000px;
border-top: 2px dashed silver;
background: #FFEBCD;
margin: 0 auto;
}
.footer p {
text-align: center;
color: #212529;
font-size: 1.6rem;
padding: 20px;
}
header {
max-width: 1000px;
display: flex;
justify-content: space-around;
margin: 0 auto;
border-bottom: 2px dashed #C0C0C0;
padding-bottom: 20px;
margin-top: 20px;
}
header .header-container {
width: 800px;
display: flex;
justify-content: space-between;
}
@media (max-width: 800px) {
header .header-container {
flex-wrap: wrap;
width: 85%;
}
}
@media (max-width: 800px) {
.home {
width: 86%;
}
}
.home .top-content {
border-bottom: 2px dashed #C0C0C0;
padding-bottom: 20px;
}
.home .top-content h2 {
padding-top: 20px;
}
.home .content-section {
margin: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.home .content-section .text-content {
width: 48%;
padding-right: 1%;
}
@media (max-width: 800px) {
.home .content-section .text-content {
padding: 0px;
width: 100%;
}
}
.home .content-section .img-content {
width: 48%;
padding-left: 1%;
display: flex;
}
@media (max-width: 800px) {
.home .content-section .img-content {
padding: 0px;
width: 100%;
}
}
.home .content-section .img-content img {
border-radius: 10px;
}
@media (max-width: 800px) {
.home .content-section .img-content img {
margin: 0 auto;
align-self: center;
}
}
.home .inverse-content {
padding-bottom: 30px;
border-bottom: 2px dashed #C0C0C0;
}
.home .inverse-content .text-content {
padding-left: 1%;
padding-right: 0;
}
@media (max-width: 800px) {
.home .inverse-content .text-content {
order: 0;
padding: 0px;
width: 100%;
}
}
.home .inverse-content .img-content {
padding-right: 1%;
padding-left: 0;
}
@media (max-width: 800px) {
.home .inverse-content .img-content {
order: 1;
padding: 0px;
}
}
.home .content-destination {
width: 75%;
margin: 0 auto 30px;
}
@media (max-width: 800px) {
.home .content-destination {
width: 100%;
}
}
.home .content-destination img {
border-radius: 10px;
width: 100%;
}
.home .content-pick {
padding-top: 30px;
border-top: 2px dashed #C0C0C0;
display: flex;
justify-content: space-between;
}
@media (max-width: 800px) {
.home .content-pick {
flex-wrap: wrap;
}
}
.home .content-pick .destination {
width: 30%;
margin-bottom: 30px;
}
@media (max-width: 800px) {
.home .content-pick .destination {
width: 80%;
margin: 0 10% 30px 10%;
display: flex;
flex-wrap: wrap;
}
}
.home .content-pick .btn {
height: 40px;
width: 200px;
background-color: #3fa5b5;
color: white;
font-size: 1.8rem;
border-radius: 10px;
border: 2px solid black;
}
.home .content-pick .btn:hover {
cursor: pointer;
border: 2px solid #6b1212;
color: #6b1212;
}
@media (max-width: 800px) {
.home .content-pick .btn {
width: 60%;
margin: 0 auto;
}
}
@media (max-width: 500px) {
.home .content-pick .btn {
width: 100%;
}
}
Loading