answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How is spotted brosar margin in css?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you color the area between margins using HTML or CSS?

You can set the color of margin in CSS. The attribute margin-color is what sets it.


Which property is used to change the left margin of an element in css?

ds,j css


Where can one find information on a CSS margin?

"A CSS margin define space around it's elements. It will clear an area around the element outside of the border. It does not have to be a colour, it can be completely clear."


How is a margin size determined in CSS?

The browser sets the margin. The size is determined by the browser. The margin clears an area around an element. The margin can be adjusted to your specific needs.


What is the definition of a CSS margin?

A CSS margin is just a spacing allowed on a web page. Much like a margin on a piece of paper it holds a space for measurements and leaves the empty space to define the page. Though there can be text in the margins many developers place menu links in them.


When using the box model the is always transparent?

margin is alway transparent http://www.w3schools.com/css/css_boxmodel.asp


A font-size 12px padding 2px margin 5px border 1px dotted yellow display block What does the 'a' in CSS mean?

"a" defines the html anchor tag (<a>), it is used to create links. "a" is used in css to style the link.


How do you center your webpage?

Create a container DIV tag within the BODY tag and use CSS to center it in the browser.Example:Inside the CSS file.html body #container {width: 989px;margin: 0 auto;}Inside the HTML file:Page content here.


How do you align text fields in HTML code?

I'm not sure if it would work but you could try the CSS wayPlay around with the margin left number.


How can you center a div using css without centering the text?

CSSdiv.center {text-align:center;} will center the text.div.center {margin: 0 auto} will center the div without centering the text.HTML


What is css and deffrent type of css?

css


What is valid css?

Valid CSS is CSS that has been run through the W3C CSS checker and passed.