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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
359 changes: 358 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,358 @@
/* LESS needs to be processed */
/* //for button only
@font-size: 1.8rem;
@background: #008080;
@color: white; */
.Cntr-flx {
display: flex;
justify-content: center;
align-items: center;
}
/* 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;
}
.main-nav {
padding-bottom: 25px;
border-bottom: 1px dashed #b3b2b2;
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.main-nav .nav-container {
display: flex;
justify-content: space-between;
align-items: baseline;
width: 80%;
}
@media (max-width: 500px) {
.main-nav .nav-container {
flex-wrap: wrap;
text-align: center;
}
}
.main-nav .nav-container .big-txt {
width: 100%;
flex-basis: 100%;
margin: 15px 0;
}
.main-nav .nav-container .mnu-link {
display: flex;
justify-content: space-around;
width: 40%;
font-size: 1.6rem;
}
@media (max-width: 500px) {
.main-nav .nav-container .mnu-link {
width: 100%;
flex-basis: 100%;
justify-content: space-between;
}
}
.footer {
width: 100%;
border-top: 2px dashed #b3b2b2;
background: #FFEBCD;
}
.footer p {
text-align: center;
color: #212529;
font-size: 1.6rem;
padding: 20px;
}
.home {
max-width: 800px;
width: 100%;
}
@media (max-width: 500px) {
.home {
width: 90%;
}
}
.home .top-cont-mod {
padding-bottom: 15px;
border-bottom: 2px dashed #b3b2b2;
}
.home .top-cont-mod img {
margin-bottom: 20px;
}
.home .content-section {
margin: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.home .text-content {
width: 48%;
padding-right: 1%;
}
@media (max-width: 500px) {
.home .text-content {
width: 100%;
}
}
.home .img-content {
width: 48%;
padding-left: 1%;
}
.home .img-content img {
border-radius: 10px;
}
@media (max-width: 500px) {
.home .img-content img {
width: 100%;
}
}
@media (max-width: 500px) {
.home .img-content {
width: 100%;
}
}
.home .inverse-content {
padding-bottom: 30px;
border-bottom: 2px dashed #b3b2b2;
}
.home .inverse-content .text-content {
padding-left: 1%;
padding-right: 0;
}
.home .inverse-content .img-content {
padding-right: 1%;
padding-left: 0;
}
@media (max-width: 500px) {
.home .inverse-content .img-content {
order: 1;
}
}
@media (max-width: 500px) {
.home .inverse-content .img-content img {
width: 100%;
}
}
.home .content-destination {
width: 75%;
margin: 0 auto 30px;
}
.home .content-destination img {
border-radius: 10px;
}
@media (max-width: 500px) {
.home .content-destination {
width: 100%;
}
}
.home .content-pick {
padding-top: 30px;
border-top: 2px dashed #b3b2b2;
display: flex;
justify-content: space-between;
}
.home .content-pick .destination {
width: 50%;
margin-bottom: 30px;
}
.home .content-pick .destination .btn {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.8rem;
background: #008080;
color: white;
border-radius: 25px;
width: 80%;
height: 45px;
cursor: pointer;
}
@media (max-width: 500px) {
.home .content-pick .destination .btn {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.8rem;
background: #17A2B8;
color: white;
border-radius: 25px;
width: 80%;
height: 45px;
width: 100%;
margin-bottom: 20px;
}
}
@media (max-width: 500px) {
.home .content-pick .destination {
width: 80%;
margin: 0 auto;
}
}
@media (max-width: 500px) {
.home .content-pick {
flex-direction: column;
margin: 0 auto;
}
}
Loading