M
M
Maxim Kuzmin2019-03-18 22:50:21
css
Maxim Kuzmin, 2019-03-18 22:50:21

How to remove the sides of the circle, as in the screenshot using css?

5c8ff6218578f960124035.jpeg
How to do this with css?
I tried making a block, giving it a width and height of 175px, then making a border and 100% rounding. Then I removed one of the sides of the frame, but it turned out not at all what was needed, tell me please

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
DanKud, 2019-03-18
@sovadeveloper

https://codepen.io/anon/pen/oVMjRR

B
BJlaDuMup, 2019-03-18
@BJlaDuMup

https://youtu.be/BOgc1KRYk30 - part 1
https://youtu.be/rOtNHrEDBbM - part 2
https://youtu.be/qB_EEdcj6-U - css only

R
Rsa97, 2016-12-01
@muldy

Three JOINs

SELECT `id` 
  FROM `cms3_objects` AS `o`
  JOIN `cms3_object_content` AS `t1` ON `t1`.`obj_id` = `o`.`id`
      AND `t1`.`field_id` = '911' AND `t1`.`rel_val`='283367'
  JOIN `cms3_object_content` AS `t2` ON `t2`.`obj_id` = `o`.`id`
      AND `t2`.`field_id` = '912' AND `t2`.`rel_val`='800'
  JOIN `cms3_object_content` AS `t3` ON `t3`.`obj_id` = `o`.`id`
      AND `t3`.`field_id` = '913' AND `t3`.`rel_val`='66756'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question