Pinned Repositories
-The-flex-grow-Property
flex
-vous-expert-palmier
15
A-heading-with-a-colored-left-border
<!DOCTYPE html> <html> <head> <style> h1 { border-left-style: solid; border-left-color: coral; } div { border-style: solid; border-left-color: coral; } </style> </head> <body> <h1>A heading with a colored left border</h1> <div>The border-left-color can be specified with a color name.</div> <p><strong>Note:</strong> Always declare the border-left-style or the border-style property before the border-left-color property. An element must have a border before you can change the color.</p> </body> </html>
A-heading-with-a-dotted-right-border
<!DOCTYPE html> <html> <head> <style> h1 { border-right-style: dotted; } div { border-style: solid; border-right-style: dotted; } </style> </head> <body> <h1>A heading with a dotted right border</h1> <div>A div element with a dotted right border.</div> </body> </html>
A-heading-with-a-solid-red-border
<!DOCTYPE html> <html> <head> <style> h1 { border: 5px solid red; } h2 { border: 4px dotted blue; } div { border: double; } </style> </head> <body> <h1>A heading with a solid red border</h1> <h2>A heading with a dotted blue border</h2> <div>A div element with a double border.</div> </body> </html>
A-heading-with-a-solid-red-right-border
<!DOCTYPE html> <html> <head> <style> h1 { border-right: 5px solid red; } h2 { border-right: 4px dotted blue; } div { border-right: double; } </style> </head> <body> <h1>A heading with a solid red right border</h1> <h2>A heading with a dotted blue right border</h2> <div>A div element with a double right border.</div> </body> </html>
Access-a-JavaScript-Object
Active-Disabled-Buttons
AJAX-Poll
omrane0's Repositories
omrane0/Active-Disabled-Buttons
omrane0/Alert-Links
omrane0/Basic-Collapsible
omrane0/Blockquotes
omrane0/Bootstrap-Alerts
omrane0/Bootstrap-Badges-and-Labels
omrane0/Bootstrap-Buttons
omrane0/Bootstrap-Collapse
omrane0/Bootstrap-Glyphicons
omrane0/Bootstrap-Images
omrane0/Bootstrap-Pagination
omrane0/Bootstrap-Panels
omrane0/Bootstrap-Tables
omrane0/Bootstrap-Text-Typography
omrane0/Bootstrap-Wells
omrane0/Bootstrap-Wells-
omrane0/Circle
omrane0/Contextual-Classes
omrane0/Contextual-Colors
omrane0/Image-Gallery
omrane0/kbd
omrane0/Pager
omrane0/Pagination
omrane0/pre
omrane0/Split-Button-Dropdowns
omrane0/Split-Button-Dropdowns-
omrane0/Split-Button-Dropdowns_
omrane0/Striped-Progress-Bars
omrane0/super-duper-telegram
omrane0/Thumbnail