+ 5
Can I change HTML code to CSS Code in HTML section?
5 Respostas
+ 6
Like this?:
https://code.sololearn.com/WO3OZhViugCF/?ref=app
+ 5
Hiro
no problem 🙂
+ 3
🐺Michael🐺 Oh man Thank you
+ 3
Incase something happens to Michael’s really helpful code:
Put style tags in the beginning of your HTML body tags like so:
<style>
.wrapper {
/* style elements */
}
</style>
+ 2
166239 Thank you for the information :)