0
How Can i do the same border in my two group? Thanks you.
Same border in my two group. https://code.sololearn.com/W7gzWs0mqK1u/?ref=app
2 Antworten
+ 1
Delete all the CSS code and input this:
body {
border: solid 2px red;
position: absolute;
left: 30%;
top: 50px;
bottom: 350px;
}
0
Wdym? Whats wrong with your border?