Skip to content

Instantly share code, notes, and snippets.

View vidhya03's full-sized avatar

Vidhyadharan Deivamani vidhya03

View GitHub Profile
@vidhya03
vidhya03 / 01-key-74x76.png
Last active August 29, 2017 12:51
APIHackathon 2017 - SoftwareAG
01-key-74x76.png
@vidhya03
vidhya03 / index.html
Created May 23, 2017 15:20
The Box Model - Portal customization - with full css basic -1
<h1>Box Model</h1>
<p>Every element on the page has its own box, which can be styled using CSS.</p>
<p>From the inside out:</p>
<ol>
<li>content</li>
<li>padding</li>
<li>border</li>
<li>margin</li>
</ol>
@vidhya03
vidhya03 / index.html
Created May 23, 2017 13:04
The Box Model - Portal customization - 2
<h1>Box Model</h1>
<p>Every element on the page has its own box, which can be styled using CSS.</p>
<p>From the inside out:</p>
<ol>
<li>content</li>
<li>padding</li>
<li>border</li>
<li>margin</li>
</ol>
@vidhya03
vidhya03 / index.html
Created May 23, 2017 12:41
The Box Model - Portal customization
<h1>Box Model</h1>
<h1>Box Model 2</h1>
<p>Every element on the page has its own box, which can be styled using CSS.</p>
<p>From the inside out:</p>
<ol>
<li>content</li>
<li>padding</li>
<li>border</li>
<li>margin</li>
</ol>