Is there a vr (vertical rule) in html?

后端 未结 28 2210
花落未央
花落未央 2020-12-02 11:37

I know there is a hr (horizontal rule) in html, but I don\'t believe there is a vr (vertical rule). Am I wrong and if not, why isn\'t there a vertical rule?

28条回答
  •  萌比男神i
    2020-12-02 12:19

    You can very easily do this by

    hr{
     transform: rotate(90deg);
    }
    
    
    
    
    
    Be careful about the height and width of hr

提交回复
热议问题