+ 2
How can I make it more professional[answered]
I think what I made is not bad,but also not great,how can I make it look better? Can you give me some coding tips,f.e.:how I can add a "about us"part https://code.sololearn.com/WqQ3CfBP7270/?ref=app
57 Réponses
+ 2
Try these in CSS 😁
* {
padding:0;
margin:0;
box-sizing:border-box ;
}
img {
width:100% ;
border-radius:15px;
margin:5px 0;
}
h1 {
margin:5px 0 10px 0;
}
h2 {
margin:5px 0 ;
}
h3 {
margin:3px 0 ;
}
p {
padding:5px;
font-size:13px;
}
body {
background-color: lightblue;;
padding:10px;
text-align:center ;
}
+ 3
Faraz Haghbayan You can add up this in order to make it to look even more professional:
<section id="about-us">
<h2>About Us</h2>
<p>This website is dedicated to providing information about Cristiano Ronaldo, one of the greatest footballers of all time.</p>
<p>Author: Faraz Haghbayan</p>
</section>
+ 2
You're welcome 🤗
+ 1
Give your page button a new look that will make it cool
+ 1
😄
+ 1
درسته داداش
+ 1
Do more styling
+ 1
Technical Hassaan thank you bro!
Padding,that's a great Idea! 💡
I will do that in my new project 🙌👌
+ 1
Ok 👌 Technical Hassaan
+ 1
Technical Hassaan omg!!
It looks amazing 🙌😫
Now check it out!
100× better
+ 1
Looks like I made you happy 😊
If you need help then mentioned me or DM me 😊
+ 1
Brother,how can I DM ?
It say you need to active it Technical Hassaan
+ 1
Means you have to level up your xp then you can chat or message people in Sololearn 😊
+ 1
And if you found my code useful then give me the tic and plus the upvote I will be happy to see it 😊
+ 1
Ofc bro!
+ 1
It was a very useful tip and thanks again!
0
Yeah
My question is:how can I add a "about us"part
0
Great Idea but how?
0
You can use CSS for this
https://code.sololearn.com/WoRO9S6ttVN9/?ref=app
This can inspire you
0
I changed the slide button with CSS