0

I'm coding a website and I'm trying to overlap a line on the page so that it looks better on my site. This is what I'm trying to do:

enter image description here

Mine looks like this:

enter image description here

Can someone tell me how to style it to overlap? The code is:

borderstyleone:{
    backgroundColor: 'lightgrey',
    height: 600,
    width: 1,
    marginBottom: -610,
    marginRight: 140,
    bottom: 440,
    right: 530,

    
    


  },

0 Answers0