Skip to content

Instantly share code, notes, and snippets.

@atomjar
Last active January 22, 2024 11:57
Show Gist options
  • Star 85 You must be signed in to star a gist
  • Fork 44 You must be signed in to fork a gist
  • Save atomjar/67db5aa9b7b9013dcf0d91c91f54e1a9 to your computer and use it in GitHub Desktop.
Save atomjar/67db5aa9b7b9013dcf0d91c91f54e1a9 to your computer and use it in GitHub Desktop.
Stylesheet for Vue Mastery's Intro to Vue course
body {
font-family: tahoma;
color:#282828;
margin: 0px;
}
.nav-bar {
background: linear-gradient(-90deg, #84CF6A, #16C0B0);
height: 60px;
margin-bottom: 15px;
}
.product {
display: flex;
flex-flow: wrap;
padding: 1rem;
}
img {
border: 1px solid #d8d8d8;
width: 70%;
margin: 40px;
box-shadow: 0px .5px 1px #d8d8d8;
}
.product-image {
width: 80%;
}
.product-image,
.product-info {
margin-top: 10px;
width: 50%;
}
.color-box {
width: 40px;
height: 40px;
margin-top: 5px;
}
.cart {
margin-right: 25px;
float: right;
border: 1px solid #d8d8d8;
padding: 5px 20px;
}
button {
margin-top: 30px;
border: none;
background-color: #1E95EA;
color: white;
height: 40px;
width: 100px;
font-size: 14px;
}
.disabledButton {
background-color: #d8d8d8;
}
.review-form {
width: 400px;
padding: 20px;
margin: 40px;
border: 1px solid #d8d8d8;
}
input {
width: 100%;
height: 25px;
margin-bottom: 20px;
}
textarea {
width: 100%;
height: 60px;
}
.tab {
margin-left: 20px;
cursor: pointer;
}
.activeTab {
color: #16C0B0;
text-decoration: underline;
}
@AshuReiziger
Copy link

Thanks A lot.

@nilumbra
Copy link

nilumbra commented Oct 16, 2020 via email

@Michelle-coder
Copy link

Thank you 👍

@jochdev
Copy link

jochdev commented Nov 1, 2020

Thanks, This is awesome..

@asad2597
Copy link

Thank You!

@BeginnersMindset-zz
Copy link

Thanks for the thoughtfulness of your course and content. The effort really shines thru!

@Estelle-Rose
Copy link

Thanks !

@musekwa
Copy link

musekwa commented Mar 17, 2021

Thanks a lot!

@mouades
Copy link

mouades commented Mar 18, 2021

thanks

@sumanthpadakanti
Copy link

Thanks. Great course.

@kufre-abasi
Copy link

thank you so much

@atbtavares
Copy link

Thanks. Amazing course!

@thyagoraphael
Copy link

Thanks a lot.

@leamsixthacoder
Copy link

Thanks a lot!

@souzarayane
Copy link

Thank you very much!

@DoK6n
Copy link

DoK6n commented May 19, 2021

사랑합니다 형님

@elasa
Copy link

elasa commented Jun 1, 2021

Gracias!

@zeexas
Copy link

zeexas commented Jun 7, 2021

Thanks a lot!!

@troylatchman
Copy link

@atomjar, i think this rule can be removed:
.product-image {
width: 80%;
}
since it is overridden by the next rule:
.product-image,
.product-info {
margin-top: 10px;
width: 50%;
}

@alliancenshuti
Copy link

well this was fantastic

@utkzas
Copy link

utkzas commented Jul 26, 2021

thanks a lot for the course

@Nazmulho71
Copy link

great

@Mohamed-Magdey
Copy link

awesome

@r-e-d-ant
Copy link

Merci beaucoup !

@dicethedev
Copy link

Thank you so much Teacher!

@terdoo-mzer
Copy link

Thanks for this.

@imotD
Copy link

imotD commented Dec 18, 2021

thank sir!

@Mubashar494
Copy link

Thanks

@Mubashar494
Copy link

Its very informative

@Khaled-Amin
Copy link

Khaled-Amin commented Jan 22, 2024

Thanks for sharing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment