Latest comments
- @dev-ele206@Abdelrahman0Khaled
Congratulations on completing this challenge bro❤️ , but i see you have litle problem with centering the card , you can fix it by adding to body this
margin: 0; padding : 0; min-height: 100vh; display: flex; align-items: center; justify-content: center;
and
flex-direction: column;
to have div of in the "attribution" under div of "card"
- @7MYV@Abdelrahman0Khaled
@7MYV Congratulations on completing this challenge👌❤️, here are some tips to make it look better. you can use for background ❤️
body { background-image: url(images/bg-desktop.png); background-position: 0 100%; background-color: hsl(229, 57%, 11%); background-size: 100%; background-repeat: no-repeat; }
and till me if it work ❤️
Marked as helpful - @tejasvi2708@Abdelrahman0Khaled
Congratulations on completing this challenge👌❤️, here are some tips to make it look better. you can use
p{ line-height: 2px; }
Text to make vertical space, and to Horizontal space in 'PERFUME'
p{ letter-spacing: 2px; }
Text and Congratulations again ,keep coding. 😊
Marked as helpful - @AliAbuSalam@Abdelrahman0Khaled
Congratulations on completing this challenge👌❤️, here are some tips to make it look better. to center with out flexbox you can use
.contaner { position: relative; transform: translate(- 50%, - 50%); }
and you need to use fonts in style-guide file, and you need to make border-radius like
card{ border-radius: 15px; }
and you don't need to border color and Congratulations again ,keep coding bro❤️😊 EDITED bro❤️
Marked as helpful - @Delian21@Abdelrahman0Khaled
hay @Delian21 congratulation you complete the challenge but there is suggest to center your card.
body{ display: flex ; align-items: center; justify-content: center ;
this is after give the body
min height: 100vh
tile me if work . good job friend ..happy coding @Delian21Marked as helpful - @PhilaniNcube@Abdelrahman0Khaled
hi philani congratulation to complete it but .. i see you have some problems in fonts and font sizes and font weight and colors.. my friend .. all you need ( font size , font family , font weight , background color , colors , act ) in style-guide file with index.html and images file and design file .. you don't need to be pro to git or use it .. its for free with those files