Jump to content

How to fix DIV in W3.CSS?


saseda

Recommended Posts

In the normal CSS is very easy for me : i make in CSS

div.fixed {
  position: fixed;
  bottom: 150px;
  right: 150px;
  width: 300px;
  border: 3px solid #73AD21;
}

and in HTML

<div class="fixed"></div>

, but in W3.CSS i don't know how to do that... :roll: I want to be responsive and mobile for all devices.

In the lessons of W3.CSS, I found an example only for menu, but not for DIV.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...