I am trying to nest divs so that I can make the page that I’m on inset instead of outset which the other ones are. This is what I have down so far. If anyone knows how to solve this, please tell me! Any help is appreciated!
This is my css code for it:
#LeftNav p {font-family: Arial;
font-size: 18px;
text-align: center;
padding: 10px;
margin-top: 65px;
margin-left: 4px;
margin-right: 4px;
position: relative;
border: 3px solid #000000;
border-style: outset;}
.Home_Inset {position: relative;
border: 3px solid #000000;
border-style: inset;}
Try this: