crackedpaintstudios Posted March 6, 2021 Share Posted March 6, 2021 Site URL: http://www.crackedpaintstudios.com Hi everyone! I just created our first website which is a studio to promote various artist's creative work. I am working to make the banner appear all right on mobile, but I would love any other feedback you may have concerning the overall design & layout. We want it to look polished enough, but also colorful. I think the thing giving me the biggest problem is making the fonts stand out without looking too...word-document, if that makes sense. I am a beginner when it comes to CSS, but I've added some here or there to give images borders, etc. Thank you! Link to comment
derricksrandomviews Posted March 6, 2021 Share Posted March 6, 2021 I think your site hooks the viewer, and a couple of tweaks could make it stand out some more, like image drop shadows and title drop shadow, something to lift them off the page. Paste these two snippets into custom css and see what they do for you. Don't like the result just delete the code. .image-block { filter: drop-shadow(8px 8px 8px #666666); } h1 { text-shadow: 0px 4px 6px rgba(150, 150, 150, 0.8); } Link to comment
crackedpaintstudios Posted March 6, 2021 Author Share Posted March 6, 2021 Thank you so much! I knew something felt like it was missing, and it was depth!! I appreciate it so much. Completely changed the way the site looks without tweaking much. I really appreciate it. Link to comment
tuanphan Posted March 11, 2021 Share Posted March 11, 2021 On 3/7/2021 at 1:31 AM, crackedpaintstudios said: Thank you so much! I knew something felt like it was missing, and it was depth!! I appreciate it so much. Completely changed the way the site looks without tweaking much. I really appreciate it. Hi. I see black here. Do you want to fix this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
crackedpaintstudios Posted March 12, 2021 Author Share Posted March 12, 2021 Yes I would like to fix the black Link to comment
crackedpaintstudios Posted March 12, 2021 Author Share Posted March 12, 2021 Yes I would like to fix the black Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.