Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
249 views
in Technique[技术] by (71.8m points)

css - Semantic UI - Reverse Columns but not rows

I am aware there is an option given by semantic UI called "reversed", it displays the left column on the right and the right on the left, but using the generic grid syntax

<div class="ui mobile reversed two column grid">
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
</div> 

will also reverse rows. Is there a possibility to make it column only without changing the HTML Structure (Serverside rendering happening, thats why its hard to change)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...