![]() |
|
Free webdesign - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: Free webdesign (/Thread-Free-webdesign) Pages:
1
2
|
RE: Free webdesign - Kill - 08-13-2015 Bump, doing em again! RE: Free webdesign - Andrew_mybb_import13657 - 08-13-2015 Make a .html login page, not functioning, just the design*, please ![]() HTML5&CSS, JS if you want but idc. RE: Free webdesign - Kill - 08-15-2015 (08-13-2015, 11:18 PM)0031 Wrote: Make a .html login page, not functioning, just the design*, pleaseHere ya go: Spoiler:![]() Download: http://www.solidfiles.com/d/075e945d84/ It has a test.php file, and some AJAX to test , idk why but w/e. You should have XAMPP INstalled. RE: Free webdesign - Andrew_mybb_import13657 - 08-15-2015 (08-15-2015, 12:31 AM)Kill Wrote:(08-13-2015, 11:18 PM)0031 Wrote: Make a .html login page, not functioning, just the design*, pleaseHere ya go: Dayum, thanks man :noh: RE: Free webdesign - Andrew_mybb_import13657 - 08-16-2015 Heres a challenge... make a 3d html5&css page, try to not use images, that looks anything like this and no it doesn't have to be 100% copying it just something kind of like it http://nicoblog.org/pc-games/wp-content/uploads/sites/15/AbsoluteDrift-2015-08-08-15-10-07-794.jpg lmfao if its too hard idc you don't have to do it lol RE: Free webdesign - Kotomi - 08-16-2015 (08-16-2015, 02:35 AM)0031 Wrote: Heres a challenge... make a 3d html5&css page, try to not use images, that looks anything like this and no it doesn't have to be 100% copying it just something kind of like it You just use shadow and , and change the distance each "blurb" lol.. If you know CSS slightly you get what I say. RE: Free webdesign - Kotomi - 08-16-2015 (08-16-2015, 02:35 AM)0031 Wrote: Heres a challenge... make a 3d html5&css page, try to not use images, that looks anything like this and no it doesn't have to be 100% copying it just something kind of like it rough conception body { background: #fff; } Code: .dbox{
background-color:grey;
-webkit-transform: rotate(-45deg);
height:200px;
width:75px;
margin-left:400px;
box-shadow:0px 0px #000,-1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,
-6px 6px #000,-7px 7px #000;
}demo http://cracksync.net/dpme/ @Maeko html award (08-16-2015, 02:35 AM)0031 Wrote: Heres a challenge... make a 3d html5&css page, try to not use images, that looks anything like this and no it doesn't have to be 100% copying it just something kind of like it tomdo different colors do instead 10px #000, 0px 10px #123; its twice as much work but cleaner RE: Free webdesign - Kill - 08-17-2015 Now please stop hijacking my thread. @'0031', the login input is 3d. RE: Free webdesign - Kotomi - 08-17-2015 (08-17-2015, 09:59 AM)Kill Wrote: Now please stop hijacking my thread. @'0031', the login input is 3d. I'm sorry. I had thought you'd gone inactive. I'll delete my post ![]() @Kill copy and paste it if you want if not tell me to delete it
RE: Free webdesign - Kill - 08-17-2015 (08-17-2015, 10:01 AM)Maekos Puppy Wrote:(08-17-2015, 09:59 AM)Kill Wrote: Now please stop hijacking my thread. @'0031', the login input is 3d. Why would I copy-paste? & no, don't delete Your post. |