Design Source
Design Source is a CSS-only design system with streamlined components, built for simplicity and efficiency. Experience unmatched speed and a clean, intuitive user interface. Perfect for modern web development.
Created By
M. Siraj, Full Stack Developer and Assistant HR Manager at FTIT, creates impactful websites and webapps.
Socials
Header
this is example header page of design source you can build even awesome form the design source design system
The Design Source
For developers by developer.
Using a user-friendly user interface design system, you can customize your design.
<header class="width6">
<p class="type3 strong">...</p>
<p class="regular mt2">...</p>
<button class="margin_start3 mt2 mb2
type6 btn_large btn_blue white round2 strong">...</button>
<button class="margin_start3 mt2 mb2
type6 btn_large btn_shade round2 strong">...</button>
</header>
Table #
Table willbe as given code basic way the table style is under process will be updated in few updates although we will still use the same classes.
Name | Address | Company |
---|---|---|
Futterk | kiste | Alfreds |
Alfreds | Alfreds | Alfreds |
Alfreds | Alfr | erkiste |
Ali ahemad | name | table here |
<table>
<tr>
<th >...</th>
<th >...</th>
<th >...</th>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td >...</td>
</tr>
</table>
Profile Badge
there is no extra classes are used for the profile badge just used the width in pixels like style="width:70px;"
<div class="flex">
<div style="width:70px;">
<img class="circular border1 border_white"
style="width:70px; height:70px;" src="...">
</div>
</div>
Color Swatches
color swatches donot use extra classes or style
<div class="flex">
<div class="p2 mr3
circular bg_blue"></div>
</div>
Code
introduces the class .code to visualize the code and keyboard shortcuts or commands
Alert
Alerts are based in design source classes only
Alert
this is blue bg alert
<div class="grid1 p2 mb3
bg_shade border1 border_blue dark">
<p class="regular strong mb3
blue">...</p>
<p class="type6">...</p>
</div>
Price cards
Price cards are build with css classes of design system.
Yearly
$99
6 Monthes
$49
Monthly
$9
<div class="row justify_center align_center">
<div style="flex: 1;" class="m3 p2 flex align_center
column justify_center border1 round1 border_shade">
...
</div>
</div>
States
Statistic cards are build with css classes of design system.
9.4k
Downloads
2k
Stars
4.5
Ratings
<div class="m3 p3 flex align_center column
justify_center round1 bg_shade" style="flex: 1" >
<p class="type1 strong">...</p>
<p class="regular strong">...</p>
</div>
Message
we can use feature items as messages
Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus rerum aperiam, sit laudantium dolor at!
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quod aliquid magni corporis deserunt provident sint consequatur dicta quos optio pariatur.
<div class="flex justify_center align_center
circular bg_green p2 mr2 strong type4 white">
<div class="flex justify_center align_center
circular bg_blue p2 ml2 strong type4 white"
style="width:3rem; height: 3rem;">...</div>
<p class="p2 bg_shade round2" style="flex: 1;">...</p>
</div>
Created with 🤍 By@siraj_codes