taylorlueck Posted February 14, 2022 Posted February 14, 2022 hello, first time posting on here! trying to figure out how to put borders around blocks and sections, like photo, throughout entire website? I have this code for top and bottom borders on sections, but how do i do it between individual blocks within a section and make them full width/full bleed? #block-yui_3_17_2_1_1644806369776_34313{border-bottom: 1px solid black; border-top: 1px solid black; margin-left: -3%; margin-right: 0%; width: 100%; }
tuanphan Posted February 14, 2022 Posted February 14, 2022 Can you share link to page in screenshot? We can check easier 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!)
taylorlueck Posted February 23, 2022 Author Posted February 23, 2022 https://jasminedigital.com/ here it is!
tuanphan Posted February 25, 2022 Posted February 25, 2022 On 2/23/2022 at 1:04 PM, taylorlueck said: https://jasminedigital.com/ here it is! Above is your site or example site? If your site, it looks like you solved? 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!)
trishbautista Posted June 9, 2022 Posted June 9, 2022 Did you find an answer to this @taylorlueck? I'm trying to achieve something similar and I'm having a difficult time. 😕
tuanphan Posted June 10, 2022 Posted June 10, 2022 On 6/9/2022 at 7:51 AM, trishbautista said: Did you find an answer to this @taylorlueck? I'm trying to achieve something similar and I'm having a difficult time. 😕 If you share link to page on your site, we can help easier 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!)
trishbautista Posted June 10, 2022 Posted June 10, 2022 13 hours ago, tuanphan said: If you share link to page on your site, we can help easier Here is my site: https://trish-3-2.squarespace.com/ pw: brineintopedro Original site: https://www.getglowbar.com/ I'm recreating the original site for a class, and I'm trying to get the 2nd and 3rd sections to go side-by-side through a flexbox situation like this: My current code: /*** FLEXBOXES ***/ [data-section-id="62a1105c22612c2c67b1b77d"] { display: flex; flex-wrap: wrap; width: 50%; } [data-section-id="6297f32d02087000c951be72"] { display: flex; flex-wrap: wrap; width: 50%; } I appreciate your time!
tuanphan Posted June 12, 2022 Posted June 12, 2022 On 6/11/2022 at 3:37 AM, trishbautista said: Here is my site: https://trish-3-2.squarespace.com/ pw: brineintopedro Original site: https://www.getglowbar.com/ I'm recreating the original site for a class, and I'm trying to get the 2nd and 3rd sections to go side-by-side through a flexbox situation like this: My current code: /*** FLEXBOXES ***/ [data-section-id="62a1105c22612c2c67b1b77d"] { display: flex; flex-wrap: wrap; width: 50%; } [data-section-id="6297f32d02087000c951be72"] { display: flex; flex-wrap: wrap; width: 50%; } I appreciate your time! To make them side by side, you will need to use float. I think I have some better ideas to achieve it. I just sent you a private message 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment