Why is my border-radius not showing??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why is my border-radius not showing???

link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid;     } .smaller-image { width: 100px;   border-radius: 10px; } </style> <h2 class="red-text">CatPhotoApp</h2> <img class="smaller-image thick-green-

2nd Dec 2016, 3:22 PM
Kaneki Ken
Kaneki Ken - avatar
12 Answers
+ 2
You'll have to set it on that one then.
2nd Dec 2016, 11:45 PM
Ben
Ben - avatar
+ 1
You need to set a border first.
2nd Dec 2016, 11:30 PM
Ben
Ben - avatar
0
@nedim kanat isnt it faster like this
2nd Dec 2016, 4:04 PM
Kaneki Ken
Kaneki Ken - avatar
0
Hard for me to read it & it isn't all of the code. I gotta know what you have there.
2nd Dec 2016, 4:05 PM
Nedim Kanat
Nedim Kanat - avatar
2nd Dec 2016, 4:05 PM
Kaneki Ken
Kaneki Ken - avatar
0
thanks anyways
2nd Dec 2016, 4:06 PM
Kaneki Ken
Kaneki Ken - avatar
0
Works perfectly for me. Which browser are you using ? Image: http://4.1m.yt/enDH2Zp.png Try replacing this : http://pastebin.com/LsctV2DG
2nd Dec 2016, 4:13 PM
Nedim Kanat
Nedim Kanat - avatar
0
man it pisses me off, i'm using chrome haha thanks i will try
2nd Dec 2016, 4:33 PM
Kaneki Ken
Kaneki Ken - avatar
0
If you are unable to fix it contact me over facebook.com/idont.reallywolf.1
2nd Dec 2016, 5:15 PM
Nedim Kanat
Nedim Kanat - avatar
0
i did thx
2nd Dec 2016, 6:59 PM
Kaneki Ken
Kaneki Ken - avatar
0
i already have a border tho it's the thick green one, if im doing it wrong can you tell me how
2nd Dec 2016, 11:44 PM
Kaneki Ken
Kaneki Ken - avatar
- 1
man, post the goddamn code in pastebin.com and then post the link here
2nd Dec 2016, 4:00 PM
Nedim Kanat
Nedim Kanat - avatar