Kamil
@cami92plAll comments
- @raubacaSubmitted 10 months ago
- @Livvy-405Submitted 10 months ago
Hello , i had some issues with adding curved borders to my image and moving the name "greg hooper" on top. Your feedback will be highly appreciated
@cami92plPosted 10 months agoRemove div's from image line and paragraph with author name. To
<div class="profile">
you can place:display: flex; flex-direction: row; align-items: center;
Then both items should look good! Also you can add padding-right to picture to seperate text from image.1 - @aristide5010Submitted 10 months ago
Not too happy with the result on this one. Any suggestions are welcomed. Thank you
@cami92plPosted 10 months agoIf you remove slash then you should see picture on you page :
<img src="assets/images/icon-visual.svg" alt="">
Also always is good to add
alt=""
for situations when image is not loading on page.Everything else it's look great!
Marked as helpful1 - @NexusLoSubmitted 10 months ago@cami92plPosted 10 months ago
You should increase the height and width of the card. Maybe:
width: 300px; height: auto;
Marked as helpful0