Bootstrap columns html. – Nov 2, 2018 · HTML & CSS: Bootstrap columns.

Bootstrap columns html. Cards are ordered from top to bottom and left to right.
Bootstrap columns html The third auto-column has no nested content. tutor . " Besides the fact, the code needed to be simplified (not nested). And i would like it to wrap to the next set of columns when it reaches the end of the div. container-fluid for full width. It's my first time building a bootstrap website. 4 with the latest releases of haml, haml-rails, sass, and bootstrap-sass. Image should have a property of: max-width: 100%; height: auto; in order for it to resize on smaller screens, otherwise it just goes beyond the column width. If you want to touch that you have to do it via the source (less or sass). How can I make Bootstrap columns all the same height? 2507. col-sm-12 because the other classes are not used in Bootstrap 4. g. Bootstrap includes predefined classes for creating fast, responsive layouts. Can't seem to center columns (bootstrap) 0. col-xs-12. Currently, the content in the section shrinks when the window is resized rather than Feb 19, 2014 · How could I reorder columns to get like this on sm-viewports: div1 div3 div5 div2 div4 div6 In others words – every even columns have to go down, and every odd column have to stay up. If you don't want that, then you can nest another set of row-column in Col Right 1 and Col Left 1. row-fluid class and the make columns the same height I added the following overwrite on the following bootstrap class // bootstrap overwrite . Bootstrap 4 uses a flexbox grid so auto-width columns are achieved using the col and/or col-auto classes. We set padding-right and padding-left on each column, and use negative margin to offset that at the start and end of each row to align content. 0, and 5. The classes can be combined to create more dynamic and flexible layouts. We can also use the subset of classes to set split the columns unequally. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column. Feb 22, 2014 · . Use d-flex justify-content-center on your column div. Example image: I am using bootstrap v3. I have defined accordion header as a row and split it into various columns to display various data elements. As u can see on the above image the 4th column is shifted under number 1 but its align base on the height of the 3rd Jun 20, 2017 · I am using uib-accordions to display some data. col-sm-4; Column widths are in percentage, so they are always fluid and sized relative to their parent element; The biggest difference between Bootstrap 3 and Bootstrap 4 is that Bootstrap 4 now uses flexbox, instead of floats. But on the other hand it's responsive, works great for simple html and it's easy to create these classes for all bootstrap screen sizes. Jul 26, 2020 · Since other 3 columns are set with col, they will take up equal width on their own row. less (approx line 294). Set cellpadding and cellspacing in CSS? 1142. Bootstrap uses floats to position the columns and because the blocks are different heights the grid is pushed out of space. The td last column still takes the full width. You have a total of four -- two md declarations, plus 2 from offset. Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. The col-sm-9 is correctly using up 75% of the available space. Bootstrap columns - 3 columns with center columns maximizing size. col-sm-1, . row to ensure all your content is aligned properly down the To expand on @isherwood's answer, here is the complete code for creating custom -sm-widths in Bootstrap 3. col-4. Bootstrap 3 (original answer -- pre flexbox) The Bootstrap 3 "height problem" occurs because the columns use float:left Oct 30, 2016 · I'm trying to make a website have a nice set of columns. This will center everything inside that column. On xs view port each column is stacked on each other. Also, I used 2 columns just for one block, and when the number of columns is smaller than 12, there is no problem. Consider that bootstrap columns only allow for up to 12 columns and a table may have more than that. One big advantage with flexbox is that grid columns without a Aug 11, 2015 · 5 Columns with Bootstrap 4. None of the solution works for me. 0. So on the following example for smartphones and tablets: Grid classes are sized to match columns while margins are more useful for quick layouts where the width of the offset is variable. W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Customize the size of your columns on extra small, small, medium, large, or extra large devices however you see fit. e. And in your html, use the added class as Updates. We use the negative margin method on . 1. row classes are used. row and set of . 3. Markdown doesn't like HTML/CSS columns? 1. I am trying to achieve a grid like on the picture: html Jul 8, 2015 · If you have 9 col-md-1 columns it is impossible since they cant be divided by 12 (grid system has 12 parts). I have an issue with bootstrap's grid layout. Note: Make sure that the sum always adds up to 12! Tip: You can turn any fixed-width layout into a full-width layout by changing the . col-md-4 over four columns. col-lg-1 { width: 100%; *width: 100% Oct 31, 2013 · If targeting the bootstrap column class specifically you should probably use an anchor ^ instead of a wildcard *. I can create 4 equal columns by doing the following but don't get how I can get 8: Here's the demo for bootstrap 4 row and column ordering. Here are a few rules you need to follow when using Bootstrap: Bootstrap 5 (Updated 2021) Bootstrap 5 is still flexbox based so vertical centering works the same way as it did in Bootstrap 4. Oct 13, 2016 · The columns are using the correct width. col-md-1 { background-color: gold; } @media (min-width: 768px){ . Hot Network Questions Bootstrap 4 (4. To create equal widths columns, . Below is an example and an in-depth explanation for how the grid system comes together. I wonder what difference does the new . what i would like: co Aug 21, 2017 · From the Bootstrap documentation: Containers provide a means to center your site’s contents. That would give you the col-sm-4 effect. offset-grid classes and our margin utilities. 1. I'm not sure what the issue is. container-fluid : Sep 14, 2014 · I'm using bootstrap It's four columns with varying amounts of text. The Bootstrap rows are designed to work with columns together. Four cols = 25% width, etc. offset-md-4 moves . The responsive side of things is perfect, however when the last slide slides the carousel isn't wrapping back to the first slide. col-sm|md|lg|xl|xxl to make the columns responsive. col-xs-offset-1. But this code works fine with Bootstrap 3. Here's an example of 5 equal, full-width columns (no extra CSS) using the new auto-layout grid. Follow Move bootstrap columns up/down with col-push or pull. tutors-listing . Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. From the bootstrap documentation: Column classes indicate the number of columns you’d like to use out of the possible 12 per row. That padding is offset in rows for the first and last column via negative margin on . The number of columns in a row is equal to 12. So that block classes you are adding to the cols, will for sure break bootstrap. Can anyone identify the problem? HTML Dec 6, 2016 · It might be hard to flawlessly convert any given table to bootstrap columns. Another way is to use a script that sets up the grid like masonry blocks that tuck under each other, you can use jscripts like masonry, mason, isotope, shuffle and a number of other scripts. Sep 23, 2016 · If you've applied a column class of "col-xs-6" what you are saying is that from 0px to 767px i want this column to be 50% of the containers width. col-sm-1 through . x is available centering odd numbers of columns is easier. Yea you can get away with it, but Bootstrap says "To nest your content with the default grid, add a new . col-sm-* columns within an existing . Layout Column sizing used Classes: . But I get column 1 with no margin and background color, column 2 and 3 appear no problem. So, if you want three equal-width columns across, you can use . Bootstrap’s grid includes five tiers of predefined classes for building complex responsive layouts. Aug 2023: Updated the scss code; Tested on Bootstrap 4. I just need my navigation column to line up next to my content. One column with 3 rows on the left, and one column with 1 row on That's the "holy trinity" you need in order for the Bootstrap grid to work properly. rows Feb 23, 2024 · Bootstrap 5 Layout Column sizing is used to set the width of the column element. Oct 9, 2020 · Bootstrap 4. col-xs-$ Small Devices Tablets 768px and Up :. Column 4 is set up to replace overflowed text with an ellipsis. Use . My columns are overlapping one another when I resize the screen to a smaller layout. Second example: instead of adding a number to each col, let bootstrap handle the layout, to create equal width columns: two "col" elements = 50% width to each col, while three cols = 33. In general you want to search for an existing column width (say col-sm-3) and copy over all the styles that apply to it, including generic ones, over to your custom stylesheet where you define new column widths. Since Bootstrap Let's say I have a basic HTML bootstrap layout like so: How to align Bootstrap columns in center? 1. d-sm-none . Cards are built with CSS column properties instead of flexbox for easier alignment. Offset classes . col-sm-$ Medium Devices Desktops 992px and Up :. row: This class is used to create rows for The Bootstrap grid system has four classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). Then the last column jumps to the new line instead of wrap to the previous column. @grid-columns: 20; someName. center-block and . variables. For example, use g-0 for no spacing between columns. Then use -offset. However, you can have 3 col-md-4 additional wrappers and put 3 col-md-4 columns inside each and that should give you the result you ask for. I already know how to do this in a couple of ways, but the way I want it I am not sure is possible to do with just CSS. For example, three equal columns would use three . In order to hide a column based on the column width use d-none d-X-block. Bootstrap 3 Multi-column within a single ul not floating properly is basically a question with answers covering bootstrap 3. bootstrap 4 grid system. What you are asking is the quite opposite. All columns are equal height in Bootstrap 4 because it uses flexbox by default, so the "height issue" is not a problem. col-sm-6 spans 6 columns, etc. Changing the number of columns will allow you to control the amount of space between columns. Jun 6, 2016 · I'm struggling with my columns. Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. seven-cols . d-none; Hidden on xs. So here's the solution works. You've got a hard-coded with of 100px, but very narrow column declarations (at col-md-1). Tip: Each class scales up, so if you wish to set the same widths for xs and sm, you only need to specify xs. row { display: table; } [class*="col-"] { // float: none; display: table-cell; vertical-align: top; } Nov 20, 2016 · All front-end frameworks like Bootstrap use the grid system for displaying and positioning content. Feb 22, 2018 · I'm trying to learn bootstraps grid system. It seems the grid can't differentiate between the two as the breakpoint for printing is the same as the breakpoint for mobile (xs) For example: In the below test html my printed page (or print preview) shows the xs6 columns side by side but the sm6 columns stacked. html <div Dec 16, 2022 · Bootstrap 5 Grid System Mix and Match provides a way to combine the column with various available classes for each tier, in order to simply stack the columns in some grid tiers according to need, i. I know the original question was Bootstrap 3. Grid classes are sized to match columns while margins are more useful for quick layouts where the width of the offset is variable. Mar 14, 2016 · When you have a lot of columns and need a pixel perfect thing. col within . d-none . Jul 11, 2018 · I've started to explore Bootstrap 4 and HTML5/CSS in general. container for fixed width or . row - @users. How can we overwrite Bootstrap's CSS to achieve this task or any other better solution with pure CSS? main. When I shrink my page down to emulate a phone query, my columns are still being spread out like the page is extra large. Gutters are the gaps between column content, created by horizontal padding. tutor-skills = tutor Nov 18, 2014 · Technically, there are 9 column headers, and the last one has a colspan of 2. Additionally, Bootstrap 4 includes this type of multi-columns solution: Bootstrap 4 Masonry cards Demo. col-sm-1 spans 1 column, . Always put all of your normal content into Bootstrap columns (which in turn go into a row, which goes into a container) and you won't have any horizontal scrollbar issues. Jul 9, 2017 · As obviously I want it all responsive, I've placed the Carousel within a column (of width 8 for medium & large screens) + 1 for offset, while the boxes would be the width of 2 + 1 offset. From what I understand about the grid system, the code below should produce 2 columns. 7. The last header is a span3. My HTML for the footer (where the issue resides): Mar 14, 2020 · Columns in the same row will have the same height as the column with longest content (your Col Right 1) , so column with shorter content (your Col Left 1) will show gap. row make? Bootstrap - Columns - This chapter will discuss about Bootstrap columns. Since 12 / 3 = 4 Jul 23, 2014 · I used to have a working layout of a header, side navigation column, main large content column , and a footer. For example, align-items-center (flex-direction: row) and justify-content-center (flex-direction: column) can used on the flexbox parent (row or d-flex). The native Bootstrap 3. d-md-block Oct 3, 2016 · I've been playing with the bootstrap carousel, trying to make it display 4 columns per slide, responsively. Bootstrap incluye clases predefinidas para crear diseños rápidos y responsive. The 2 solution would be : setting a height to all the columns; adding a clearfix to the third column on small screen. col-xs-4. For example, . On medium devices and up, the Date of Birth label, with col-md , will join the equal-width group as well. Nov 26, 2014 · Here's a way to do it by converting the grid, in this instance only, to inline-block. On the table you now need to enable flex box by adding the class d-flex, and drop the xs to allow bootstrap to automatically detect the viewport. Cards can be organized into Masonry-like columns with just CSS by wrapping them in . Example . each do |tutor| . 2) uses the css property column-count in the card-columns class to define how many columns of cards would be displayed inside the div element. Jul 25, 2014 · Bootstrap is an awesome framework, though while using it, you must know that there are certain classes that are a must, for you to know. col-md-3 . I thought I knew how the columns worked, but when I try to use them they take up 100% width of the container (as opposed to taking up 1/4 of the con On my landing page, we have a "Media Resource" section with links to videos, support materials and social media. Additionally, Bootstrap 5 introduces new grid gutter classes that can be used to adjust the spacing between columns. In the last row you have two main divs, a col-sm-3 and a col-sm-9. photo, :class => 'img-responsive img-circle tutor-photo' %h4. <div cla Aug 24, 2017 · Change an HTML input's placeholder color with CSS. En raras ocasiones, puedes combinar contenido y columna, pero ten en cuenta que puede haber consecuencias no deseadas. Cols should always be inside a row. The remaining 8 columns are unoccupied. Bootstrap columns always add up to 12. x timeframe, but now that 4. I would like for the other column to go below the other. As per photo under . Should I abandon responsive bootstrap grids for this? How can I center these columns? Apr 27, 2018 · I created 4 blocks with 3 of columns for each. tutor-name = tutor. It’s built with flexbox and is fully responsive. col-lg-$ Sep 3, 2018 · The bootstrap grid system comes with 12 columns out of the box, so unless you change it it will be 12. These classes increase the left margin of a column by * columns. May 24, 2017 · It not working as desired. 5 and 5. Is it possible? Oct 28, 2019 · I'm not sure if wrap is the right word, but i have a column that can be very long. Nov 13, 2013 · I'm using Bootstrap version 4. Aug 12, 2019 · Since Bootstrap V4 the hidden-X classes have been removed. The guttter is set on the row instead of each col-* inside the row. col-sm-* column. How to restrict left and right column to shrink less then 300px, and to shrink just a center column. – Nov 2, 2018 · HTML & CSS: Bootstrap columns. Twitter Bootstrap is a 12 column framework so all columns per row should add up to 12. Bootstrap 4. col-md-$ Large Devices Large Desktops 1200px and Up :. I hope, you'll be able to manage column ordering in bootstrap 3 as well if you are working on it. text-center, but this did not change the positions. In the first auto-column, the column count is inherited and each column is one-third of the available width. Sep 1, 2014 · Running Rails 4. That middle column in the 1st row is preventing the one you see floating off in the blank space from wrapping properly because it's taller than the others. Aug 15, 2021 · I am currently trying to have my display look like this where my top portion has 3 images equally distanced and at the bottom there are 2 images like below I tried using Bootstrap by having the to Jun 4, 2018 · In my post section of the web site which I am creating I have 4 columns with post in each post with different height based on it's contents . When the window is resized and the layout moves to two columns, block three is pushed to the right and block four pushed down. And unless you add another class for the next grid tier, it will continue to be 50% of the parent on wider screens as well. Rows are horizontal groups of columns that ensure your columns are lined up properly. col-sm-4 spans 4 columns, . Bootstrap 3 (original answer) The 5 columns aspect of this question has been answered here. The flexbox grid system allows you to modify columns with various alignment, ordering, and offsetting options. Using column classes, you can control the widths of non-grid items. Containers and rows are very important classes if you want your Bootstrap pages to be responsive. In the second auto-column, we’ve reset the column count on the nested . I want to create a text area with two buttons on the side (centered horizontally to each other) : The code I got is the following: Nov 11, 2016 · The problem is not with the bootstrap columns but with the image inside the column. Dec 6, 2018 · I want to remove the space between multiple columns in the Bootstrap grid. What am I doing wrong? Feb 21, 2017 · Your html is wrong. col-sm-4 are available for quickly making grid layouts; Columns create gutters (gaps between column content) via padding. 0-alpha. row seems to work as well. Bootstrap 4 (Update 2018) La jerarquía de la cuadrícula de Bootstrap va desde container de fila a columna hasta tu contenido. The column classes have the float attribute set in the bootstrap styles and your column is floating, just not where you expect it. Right now, unless the text is exactly the same length (and the pictures the exact same height) the site is displaying huge blank spaces. row. Nov 3, 2021 · Now in columns left and right there are advertisements with 300px width. That is the css and html below. html Bootstrap 4: Center Odd Columns. Move columns to the right using . However, nesting just the . Change the number of @grid-columns. When I resize the 4th column re-arrange. Grid classes are sized to match columns while margins are more useful for quick layouts where the width of the offset is variable. If you click the green "Toggle Right" the first time, you get the desired Right Column with a 3 column value while the Left Column would have a 9 column value. html: html; css; twitter-bootstrap; twitter-bootstrap-3; Share. Aug 31, 2016 · @PM77-1 Working fine and following the correct protocol based on framework docs are two separate things. This function will convert a table to BS rows/cols, but it assumes the number of table rows is evenly divisible by 12 (if not, you'll have to adjust it to your own needs). Since it moves n-1 column 1px to the left. You can see my WIP HERE. Jul 6, 2017 · Your circles are overlapping because you're not giving them mkore with than their Bootstrap container. You can also use . offset-md-* classes. But this property has only two values: Nov 23, 2015 · I was thinking of using just blank col either side, but feels like a waste and would not be able to center odd column(s) widths like 7. Also, if you modify a col padding or its margins, you will break bootstrap. 0. Now the navigation column is sitting on top of the content column even though the numbers should add up. For more complex implementations, custom CSS may be necessary. Bootstrap 5 column spacing demo. Cards are ordered from top to bottom and left to right. d-sm-block; Hidden on sm. Let me run you through a couple important ones. You have to tell your HTML page that "for desktop you want 3 column ,for tab you want 2or 3,for mobile you want 1 col" via bootstarp predefine classes Extra Small Phones Less than 768px :. There isn't a breakpoint between xs and sm. How they work. I'd like the percentage column to take up the least width that is needed, and let the progress bar or the pass/view/fail buttons take up the rest. We override the default number of columns with a local CSS variable: --bs-columns: 3. If any of you (like me) stumbled upon this question and looking for answers using the current bootstrap 5. Responsive classes. Content should be placed within columns, and only columns may be immediate children of rows. row and . E. I'll show a picture. Improve this question. I tried the solution in bootstrap 4 now and it mostly works but there are some things that do not look clean. It just disappears. The grid columns work(is used) in a way that on large screens you show couple of cols in a single row, but as the screen shrinks (table or mobile device), you show fewer (or just one) column in a single row. 3713. card-columns. Using ^ will say that the class must start with col- where as the wildcard shown will match any class with col- anywhere in the string, possibly having undesired effects on styles where you may have used the convention col-. For a user display, my HAML is as such:. Sep 24, 2016 · In the Bootstrap documentation it's stated that to nest content with the grid system I must add a new . Nov 29, 2013 · How can I set up 8 equal columns in the latest version of Twitter bootstrap. Hidden on all. When building grid layouts, all content goes in columns. I made a jsfiddle to demonstrate the issue here with the following html-code: Dec 19, 2017 · Card columns. grid to 12 (our default). 5 (2019) framework, then here's the solution. col-md-12 = image_tag tutor. So, . That way, the columns height on each side will not be dependent on each other. Apr 1, 2012 · Using Bootstrap, you could make three columns like this: Simple two column html layout without using tables. 0 classes don't support the layout that you describe, however, we can integrate some custom CSS which make use of css tables to achieve this. Oct 30, 2021 · I have been trying to use the bootstrap grid to create a grid however the columns are stacking vertically instead of horizontally. If i set min-width:300px on left and right, then right column is pushed down. 5, 5. col-sm-* columns w/o adding a new . Offset classes. May 26, 2016 · The bootstrap's col are floating on the left, so if they don't have the same height, you'll end up like that. container class to . I also tried wrapping the columns in a div with class of . Content should be placed within columns, and only columns may be immediate children of rows; Predefined classes like . The hierarchy of Bootstrap’s grid goes from container to row to column to your content. row and set of * columns within an existing column. 33% width to each col. Yes, that's OK to have, according to Bootstrap's Grid Template guide: Two columns with two nested columns --Per the documentation, nesting is easy—just put a row of columns within an existing column. Basically you simply turn off the display of the size you wish to hide then set the display of the bigger size. The image below shows some dummy products to test the theme out. Be aware of all migration changes from Bootstrap 3 to 4. Here is the example from the docs Apr 12, 2018 · I have 2 columns and on the left and the right side, When I open the web page on a small or xs screen the two columns overlap. Please note that I think I may have to use the . Accordion View in Small and larger screens | Accodion View in XS scren Column distribution: Store ID (col-xs-12 col-sm-5) My bootstrap columns are breaking so that on sm view port there are two columns on one row and one column on the next. , any number of columns in each row tier can be added to get the style of layout we want which at ti We override the default number of columns with a local CSS variable: --bs-columns: 3. So yes you can add columns inside other columns as long as you wrap the new columns within a new row div like this: I am trying to figure out the best way to create vertical multi-column lists in a grid framework like Bootstrap or Foundation. first_name %p teaches %strong. Nov 6, 2014 · On the bootstrap grid system documentation says:. col-md-1, . 0 (2020) and 4. The col class will create equal width columns, while col-auto columns will shrink to fit the width of their content. I then also created another row (and columns) within the 2 column - so that all boxes would move below the Carousel on a xs screen size at the same time. On rare occasions, you may combine content and column, but be aware there can be unintended consequences. They're not being responsive. Bootstrap responsive columns. You can offset grid columns in two ways: our responsive . 1 and using a modified version of this method worked for me: Using @media print, I only applied the percentage attributes to . As you click the orange button, the Left Column still maintain the 9 columns but the desired experience is to change from 9 back to 12 columns. . Jan 27, 2017 · I'm trying to get three equally sized columns with same margin and background color. Here is 5 equal, full-width columns (no extra CSS or SASS) using the auto-layout grid. svdkue lsmo ctndbhgo aqyuwm irhkd hddsi luf hlrn vudwry mjmwri
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}