Find Jobs
Hire Freelancers

Tidy up CSS on four page website

$10-30 USD

Dokončeno
Zveřejněno před více než 7 roky

$10-30 USD

Zaplaceno při doručení
I have a very simple four page site that shares one CSS file. I want to reduce the repetition in the CSS and the number of classes in the HTML by separating the common and different elements of the site. The project is described below. I will only respond to Freelancers who indicate they have read the documentation below in the proposal section. The job is very small and requires less than an hour to execute once the solution is agreed on. I have offered one solution but would prefer a more elegant one. Reduce number of tags and repetition by separating elements common between top and bottom straps on LECturer and STUdent pages Common elements include size, font family and position Different elements include Color, background-color and min-height For example, the classes .cerise , .slate ,umber, .raiforest, .form all feature: .<class> { width : 950px; height : 110px; background-color : #2ce040; color : #ea6611; font-size : 64pt; font-family : Franklin Gothic Medium, sans, arial, helvetica; } Only the color needs to change. The form class also has a min-height element that may be redundant. Nested divs is one way to achieve this – if you have a better solutions use it on one page and get me to approve it. <div class=”strap”> <div class=”top”> content</div></div> <div class=”strap”> <div class=”bottom”> content</div></div> .strap { width : 950px; height : 110px; font-size : 64pt; font-family : Franklin Gothic Medium, sans, arial, helvetica; } .top { background-color : #2ce040; color : #ea6611; } .bottom { background-color : # ea6611; color : #2ce040; }
IČ projektu: 9809647

O projektu

35 nabídky
Vzdálený projekt
Aktivní před 7 roky

Chcete si vydělat nějaké peníze?

Výhody podávání nabídek na Freelancer

Stanovte si rozpočet a časový rámec
Získejte za svou práci zaplaceno
Načrtněte svůj návrh
Registrace a podávání nabídek je zdarma
Uděleno:
Avatar uživatele
+Ready to work with you 8 Years Experience in Web Development : you can see my portfolio: [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] Thanks & Best Regards Arun Singh & team
$10 USD v 1 dni
4,8 (34 recenze)
5,2
5,2
35 freelanceři nabízejí v průměru $25 USD za tuto práci
Avatar uživatele
Ready to do your work i will give you best and fast work.................................................................................................................
$54 USD v 1 dni
4,9 (870 recenze)
8,3
8,3
Avatar uživatele
We are a team of professional web designer/developer, we are experts in Wordpress, Joomla, Ecommerce, Shopify, PHP, MySql, Responsive, Bootstrap, HTML 5 / CSS3 and all type of development work. Please come on chat so we can discuss on your project ^_^ you can see my portfolio here: https://www.freelancer.com/u/BizzCreator.html
$25 USD v 1 dni
4,9 (118 recenze)
7,2
7,2
Avatar uživatele
A proposal has not yet been provided
$15 USD v 1 dni
5,0 (194 recenze)
7,0
7,0
Avatar uživatele
hi, I'm a web developer and can fix your CSS on your website. Please contact to discuss in detail Regards
$20 USD v 1 dni
5,0 (40 recenze)
5,8
5,8
Avatar uživatele
Hello My name is Pranav I have checked the details shared by you will do done exactly what you want Please consider my bid and we can discuss more so that i can assist you in better way our services always with you even we complete the project My Portfolio https://www.freelancer.com/u/amitarai.html
$29 USD v 2 dnech
4,6 (113 recenze)
6,4
6,4
Avatar uživatele
Let's start! I understand what you need and you will have a 100% complete job on time. I can assure you that if you work with me once, you will always work with me for these kind of projects.
$25 USD v 1 dni
5,0 (12 recenze)
3,8
3,8
Avatar uživatele
Hi, I am competitive to this kind of task, can take good care of this project. In fact, I already done related to this job before. Let me know the best of your time so we can discuss further based on your requirements and we can move forward to the next step. Thanks, Joseph C Ocero
$29 USD v 0 dni
5,0 (3 recenze)
4,0
4,0
Avatar uživatele
Hi Sir, I am expert in front end coding. I went throught the description, I am sure I can convert your current css file into clean and neat one. I will also make changes accordingly to the html code. please share the code files in personal messange so I can start working right away if awarded
$15 USD v 1 dni
5,0 (7 recenze)
3,3
3,3
Avatar uživatele
Hi, i understand what you say. check solution i reduce classes and give proper way. body { background-color : #2ce040; color : #ea6611; font-size : 64pt; font-family : Franklin Gothic Medium, sans, arial, helvetica; } i make one main div and then make under this div more div. like <div class="strap"> <div class="top"> <div class="bottom"> <div class="content"> </div > </div> </div> </div> Check this one. if you like tell me. Thanks
$35 USD v 1 dni
5,0 (4 recenze)
2,3
2,3
Avatar uživatele
Hello, I have 6+ years experience on html(5), css(3), bootstrap, less, php, javascript, jquary, WordPress and graphic design. I have 6000+hrs work experience on other freelancing site. ping me for more details. Thanks
$20 USD v 3 dnech
5,0 (5 recenze)
2,3
2,3
Avatar uživatele
Hi there! I've read the documentation. I am a young developer/designer looking for new opportunities as a freelancer. I'm keen on working with you on this project :)
$35 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
we have best designers for CSS optimization they can do your task very easily. please have a look at our profile for our previous work.
$25 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
I am a ui developer and can help you in no time Contact me
$15 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
you can use pseudo classes for example <div class="strap"> <div >topContents</div> <div>bottomContents</div> </div> css: .strap{ width : 950px; height : 110px; font-size : 64pt; font-family : Franklin Gothic Medium, sans, arial, helvetica; } .strap:first-child{ background-color : #2ce040; color : #ea6611; } .strap:last-child{ background-color : # ea6611; color : #2ce040; } in this way you can even select n number of inner childs and write separate css styles and number of classes are also reduced from 3 to 1 and html tags are also reduced.
$15 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
currently wonking as a css desighner so you can try me once i think i can do it i a good style................
$20 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Hey! It sounds like you need cleaning of CSS. We have a team of highly professional web developers and designers who can provide you with a perfect solution. Waiting for your response. Thanks!
$35 USD v 1 dni
5,0 (3 recenze)
0,0
0,0

O klientovi

Pochází z AUSTRALIA
Annerley, Australia
5,0
7
Členem od říj 21, 2009

Ověření klienta

Díky! Poslali jsme vám e-mailem odkaz pro získání kreditu zdarma.
Při odesílání e-mailu se něco pokazilo. Zkuste to prosím znovu.
Registrovaných uživatelů Zveřejněných projektů
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Načítání náhledu
Bylo uděleno povolení ke geolokaci.
Vaše doba přihlášení vypršela a byli jste odhlášeni. Přihlaste se znovu.